Function: Utf8ToOemBuffer

Module location: CharTranslate.pkg line 103 (view source)
AddressUtf8ToOemBuffer(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