Converts a value encoded using the Macintosh Code Page to UTF-8.
Source position: lconvencoding.pas line 163
function MacintoshToUTF8( |
const s: string |
):string; |
s |
|
String with the value in the Macintosh Roman encoding. |
UTF-8-encoded value for the specified string.
Calls SingleByteToUTF8 to convert the specified string using the character translation array in ArrayMacintoshToUTF8.
| Version 4.6 | Generated 2026-02-20 | Home |