[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Converts a string value using Code Page 936 to UTF-8.
Source position: lconvencoding.pas line 211
function CP936ToUTF8( |
const s: string |
):string; |
s |
|
String value using code page 936. |
String value after conversion to UTF-8 encoding.
CP936ToUTF8 is defined for platforms where Asian code pages are enabled.
Version 4.0 | Generated 2025-05-03 | Home |