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.4 | Generated 2025-11-08 | Home |