Converts a string from its ISO 8859-9 (Turkish) encoding to UTF-8 encoding.
Source position: lconvencoding.pas line 141
function ISO_8859_9ToUTF8( |
const s: string |
):string; |
s |
|
String with the value in ISO 8859-9 encoding. |
UTF-8-encoded value for the specified string.
| Version 4.6 | Generated 2026-02-20 | Home |