Function: Utf8ToOemBuffer
Module location:
CharTranslate.pkg
line
103 (view source)
Address
Utf8ToOemBuffer(Address pUtf8Buf Integer iLen)
Converts a UTF-8 string to OEM pUtf8Buf = Pointer to UTF-8 string iLen = Length of UTF-8 string in bytes Returns pointer to OEM string, use free() to deallocate buffer when it's no longer needed