Function: OemToUtf8Buffer

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