[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Converts a Code Page 852-encoded value to UTF-8.
Source position: lconvencoding.pas line 158
function CP852ToUTF8( |
const s: string |
):string; |
s |
|
String with the value in Code Page 852 encoding. |
UTF-8-encoded value for the specified string.
Calls SingleByteToUTF8 to convert the specified string using the character translation array in ArrayCP852ToUTF8.
Version 4.0 | Generated 2025-05-03 | Home |