#include "oscl_base.h"
Go to the source code of this file.
Functions | |
OSCL_IMPORT_REF int32 | oscl_UTF8ToUnicode (const char *input, int32 inLength, oscl_wchar *output, int32 outLength) |
Convert UTF8 byte sequence to Unicode string. | |
OSCL_IMPORT_REF int32 | oscl_UnicodeToUTF8 (const oscl_wchar *input, int32 inLength, char *output, int32 outLength) |
Convert Unicode string to UTF8 byte sequence. |