Main Page   Modules   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

oscl_utf8conv.h File Reference

Utilities to convert unicode to utf8 and vice versa. More...

#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.


Detailed Description

Utilities to convert unicode to utf8 and vice versa.


OSCL API
Posting Version: OPENCORE_20090310