Converts a string from its ISO 8859-10 (Latin-6) encoding to UTF-8 encoding.
Source position: lconvencoding.pas line 142
function ISO_8859_10ToUTF8( |
const s: string |
):string; |
s |
|
String with the value in ISO 8859-10 encoding. |
UTF-8-encoded value for the specified string.
| Version 4.4 | Generated 2025-11-08 | Home |