Functions for converting between UTF-8 and UTF-16 strings on Windows. More...
Functions | |
A3DStatus | A3DMiscUTF8ToUnicode (const A3DUTF8Char *pcInputBuffer, A3DUTF8Char acOutputBuffer[]) |
Converts UTF-8 encoded characters to UTF-16 strings on Windows. More... | |
A3DStatus | A3DMiscUnicodeToUTF8 (const A3DUTF8Char *pcInputBuffer, A3DUTF8Char acOutputBuffer[]) |
Converts UTF-16 strings to an array UTF-8 encoded characters on Windows. More... | |
A3DStatus | A3DMiscUTF8ToUTF16 (const A3DUTF8Char *pcInputBuffer, A3DUniChar acOutputBuffer[]) |
Converts a UTF-8 string to a UTF-16 string on Windows. More... | |
A3DStatus | A3DMiscUTF16ToUTF8 (const A3DUniChar *pcInputBuffer, A3DUTF8Char acOutputBuffer[]) |
Converts a UTF-16 string to a UTF-8 string on Windows. More... | |
Functions for converting between UTF-8 and UTF-16 strings on Windows.