[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'LConvEncoding' (#lazutils)

ISO_8859_1ToUTF8

Converts an ISO 8859-1-encoded string to UTF-8.

Declaration

Source position: lconvencoding.pas line 135

function ISO_8859_1ToUTF8(

  const s: string

):string;

Arguments

s

  

String with the value in ISO 8859-1 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_1ToUTF8.


Version 3.2 Generated 2024-02-25 Home