This Windows-only function converts a string from its multibyte representation in the operating system's default encoding to the UTF-8 representation of the string.
Note: The input encoding is the system default Windows ANSI code page.
For more information, see Internationalizing Code.
UTF8_String = I18N_MULTIBYTETOUTF8(Multibyte_String)
Returns a UTF-8 representation of a multibyte string.
The multibyte string to be converted.
none
8.1 | Introduced |
I18N_MULTIBYTETOWIDECHAR, I18N_UTF8TOMULTIBYTE, I18N_WIDECHARTOMULTIBYTE