[Overview][Constants][Types][Procedures and functions][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |