Converts a string from its ISO 8859-13 (Latin-7) encoding to UTF-8 encoding.
Source position: lconvencoding.pas line 143
function ISO_8859_13ToUTF8( |
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 |