[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Converts a string from UTF-8 encoding to Code Page 936.
Source position: lconvencoding.pas line 216
function UTF8ToCP936( |
const s: string; |
SetTargetCodePage: Boolean = False |
s |
|
String value using UTF-8 encoding. |
SetTargetCodePage |
|
True to set the code page for the result, False to use the ANSI code page. |
String value after conversion to code page 936.
UTF8ToCP936 is defined for platforms where Asian code pages are enabled.
Version 4.0 | Generated 2025-05-03 | Home |