Converts a KOI8-R-encoded value to UTF-8.
Source position: lconvencoding.pas line 162
function KOI8RToUTF8( |
const s: string |
):string; |
s |
|
String with the value in the KOI8R encoding. |
UTF-8-encoded value for the specified string.
Calls SingleByteToUTF8 to convert the specified string using the character translation array in ArrayKOI8RToUTF8.
| Version 4.4 | Generated 2025-11-08 | Home |