[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Converts the UTF-8-encoded string to the Windows code page encoding.
Source position: lazutf8.pas line 61
function UTF8ToWinCP( |
const s: string |
):string; |
s |
|
Values in the Windows codepage encoding. |
UTF-8-encoded input values.
Converts the UTF-8-encoded string to the Windows code page encoding Used by Write and WriteLn.
Version 4.0 | Generated 2025-05-03 | Home |