UTF-8 Conversion Utilities

Parent module: Miscellaneous Module

group a3d_UTF8_utilities

Functions for converting between UTF-8 and UTF-16 strings on Windows.

Functions

A3DMiscUTF8ToUnicode()

Converts UTF-8 encoded characters to UTF-16 strings on Windows.

A3DMiscUnicodeToUTF8()

Converts UTF-16 strings to an array UTF-8 encoded characters on Windows.

A3DMiscUTF8ToUTF16()

Converts a UTF-8 string to a UTF-16 string on Windows.

A3DMiscUTF16ToUTF8()

Converts a UTF-16 string to a UTF-8 string on Windows.