[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Converts an ISO 8859-14-encoded string to UTF-8 encoding.
Source position: lconvencoding.pas line 144
function ISO_8859_14ToUTF8( |
const s: string |
):string; |
s |
|
String with the value in ISO 8859-14 encoding. |
UTF-8-encoded value for the specified string.
Calls SingleByteToUTF8 to convert the specified string using the character translation array in ArrayISO_8859_14ToUTF8.
Version 4.0 | Generated 2025-05-03 | Home |