[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Converts the string from Windows code page to UTF-8.
Source position: lazutf8.pas line 59
function WinCPToUTF8( |
const s: string |
):string; |
s |
|
Input values in Windows codepage encoding. |
UTF-8-encoded values for the string.
Converts the string from Windows code page to UTF-8. Used with some Windows-specific functions. For all Windows versions supporting 8-bit codepages (but not WinCE).
Version 4.0 | Generated 2025-05-03 | Home |