Unit 'LConvEncoding' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#lazutils]

ISO_8859_14ToUTF8

Converts an ISO 8859-14-encoded string to UTF-8 encoding.

Declaration

Source position: lconvencoding.pas line 144

function ISO_8859_14ToUTF8(

  const s: string

):string;

Arguments

s

  

String with the value in ISO 8859-14 encoding.

Function result

UTF-8-encoded value for the specified string.

Description

Calls SingleByteToUTF8 to convert the specified string using the character translation array in ArrayISO_8859_14ToUTF8.


Version 4.4 Generated 2025-11-08 Home