DB2 Everyplace UNICODE support

On operating systems that support UNICODE (Windows CE, Symbian OS, Windows NT and Windows 2000), DB2 Everyplace takes UNICODE strings only as Input/Output strings. These UNICODE strings are saved as UTF-8 format inside the DB2 Everyplace engine. A UNICODE character might require one to three bytes of storage space after the UTF-8 conversion. A character string stored in a database server such as IBM DB2 Universal Database might require more space when the string is downloaded and stored in DB2 Everyplace on Windows CE devices.

CLI UNICODE interface notes:

Tips for writing portable code:

For an example, see the Windows CE SampleCLP sample code included with DB2 Everyplace.

Related reference