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

Reference for unit 'LConvEncoding': Procedures and functions

ConvertEncoding

  

Converts the specified value from its source encoding to a target encoding using an optional code page.

ConvertEncodingFromUTF8

  

Converts the encoded value from UTF-8 to the encoding with the specified name.

ConvertEncodingToUTF8

  

Converts the specified string value to the UTF-8 encoding.

CP1250ToUTF8

  

Converts a Code Page 1250-encoded string to UTF-8.

CP1251ToUTF8

  

Converts a Code Page 1251-encoded value to UTF-8.

CP1252ToUTF8

  

Converts a Code Page 1252-encoded value to UTF-8.

CP1253ToUTF8

  

Converts a Code Page 1253-encoded value to UTF-8.

CP1254ToUTF8

  

Converts a Code Page 1254-encoded value to UTF-8.

CP1255ToUTF8

  

Converts a Code Page 1255-encoded value to UTF-8.

CP1256ToUTF8

  

Converts a Code Page 1256-encoded value to UTF-8.

CP1257ToUTF8

  

Converts a Code Page 1257-encoded value to UTF-8.

CP1258ToUTF8

  

Converts a Code Page 1258-encoded value to UTF-8.

CP437ToUTF8

  

Converts a Code Page 437-encoded value to UTF-8.

CP850ToUTF8

  

Converts a Code Page 850-encoded value to UTF-8.

CP852ToUTF8

  

Converts a Code Page 852-encoded value to UTF-8.

CP865ToUTF8

  

Converts a Code Page 852-encoded value to UTF-8.

CP866ToUTF8

  

Converts a Code Page 866-encoded value to UTF-8.

CP874ToUTF8

  

Converts a Code Page 874-encoded value to UTF-8.

CP932ToUTF8

  

Converts a string value using Code Page 932 to UTF-8.

CP936ToUTF8

  

Converts a string value using Code Page 936 to UTF-8.

CP949ToUTF8

  

Converts a string value using Code Page 949 to UTF-8.

CP950ToUTF8

  

Converts a string value using Code Page 950 to UTF-8.

GetConsoleTextEncoding

  

Gets the encoding used for a console application on the platform.

GetDefaultTextEncoding

  

Gets the name for the default text encoding used on the platform or operating system.

GetSupportedEncodings

  

Adds supported encoding names for the platform to the specified string list.

GuessEncoding

  

Tries to determine the encoding used for the specified value.

ISO_8859_10ToUTF8

  

Converts a string from its ISO 8859-10 (Latin-6) encoding to UTF-8 encoding.

ISO_8859_13ToUTF8

  

Converts a string from its ISO 8859-13 (Latin-7) encoding to UTF-8 encoding.

ISO_8859_14ToUTF8

  

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

ISO_8859_15ToUTF8

  

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

ISO_8859_16ToUTF8

  

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

ISO_8859_1ToUTF8

  

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

ISO_8859_2ToUTF8

  

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

ISO_8859_3ToUTF8

  

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

ISO_8859_4ToUTF8

  

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

ISO_8859_5ToUTF8

  

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

ISO_8859_7ToUTF8

  

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

ISO_8859_9ToUTF8

  

Converts a string from its ISO 8859-9 (Turkish) encoding to UTF-8 encoding.

KOI8RToUTF8

  

Converts a KOI8-R-encoded value to UTF-8.

MacintoshToUTF8

  

Converts a value encoded using the the Macintosh Code Page to UTF-8.

NormalizeEncoding

  

Converts the specified encoding name to lowercase and removes '-' characters.

SingleByteToUTF8

  

Converts a string with single-byte values to UTF-8 using a character translation array.

UCS2BEToUTF8

  

Converts a string from UCS 2-byte BE encoding to UTF-8.

UCS2LEToUTF8

  

Converts a string from UCS 2-byte LE encoding to UTF-8.

UTF8BOMToUTF8

  

Removes the UTF-8 BOM from the UTF-8 encoded value.

UTF8ToCP1250

  

Converts a string from UTF-8 encoding to Code Page 1250.

UTF8ToCP1251

  

Converts a string from UTF-8 encoding to Code Page 1251.

UTF8ToCP1252

  

Converts a string from UTF-8 encoding to Code Page 1252.

UTF8ToCP1253

  

Converts a string from UTF-8 encoding to Code Page 1253.

UTF8ToCP1254

  

Converts a string from UTF-8 encoding to Code Page 1254.

UTF8ToCP1255

  

Converts a string from UTF-8 encoding to Code Page 1255.

UTF8ToCP1256

  

Converts a string from UTF-8 encoding to Code Page 1256.

UTF8ToCP1257

  

Converts a string from UTF-8 encoding to Code Page 1257.

UTF8ToCP1258

  

Converts a string from UTF-8 encoding to Code Page 1258.

UTF8ToCP437

  

Converts a string from UTF-8 encoding to Code Page 437.

UTF8ToCP850

  

Converts a string from UTF-8 encoding to Code Page 850.

UTF8ToCP852

  

Converts a string from UTF-8 encoding to Code Page 852.

UTF8ToCP865

  

Converts a string from UTF-8 encoding to Code Page 865.

UTF8ToCP866

  

Converts a string from UTF-8 encoding to Code Page 866.

UTF8ToCP874

  

Converts a string from UTF-8 encoding to Code Page 874.

UTF8ToCP932

  

Converts a string from UTF-8 encoding to Code Page 932.

UTF8ToCP936

  

Converts a string from UTF-8 encoding to Code Page 936.

UTF8ToCP949

  

Converts a string from UTF-8 encoding to Code Page 949.

UTF8ToCP950

  

Converts a string from UTF-8 encoding to Code Page 950.

UTF8ToDBCS

  

Converts a value from UTF-8 encoding to a Double Byte Character Set encoding.

UTF8ToISO_8859_1

  

Converts a string from UTF-8 encoding to ISO 8859-1.

UTF8ToISO_8859_10

  

Converts a string from UTF-8 encoding to ISO 8859-10 (Latin-6) encoding.

UTF8ToISO_8859_13

  

Converts a string from UTF-8 encoding to ISO 8859-13 (Latin-7) encoding.

UTF8ToISO_8859_14

  

Converts a string from UTF-8 encoding to ISO 8859-14.

UTF8ToISO_8859_15

  

Converts a string from UTF-8 encoding to ISO 8859-15.

UTF8ToISO_8859_16

  

Converts a string from UTF-8 encoding to ISO 8859-16.

UTF8ToISO_8859_2

  

Converts a string from UTF-8 encoding to ISO 8859-2.

UTF8ToISO_8859_3

  

Converts a string from UTF-8 encoding to ISO 8859-3.

UTF8ToISO_8859_4

  

Converts a string from UTF-8 encoding to ISO 8859-3.

UTF8ToISO_8859_5

  

Converts a string from UTF-8 encoding to ISO 8859-5.

UTF8ToISO_8859_7

  

Converts a string from UTF-8 encoding to ISO 8859-7.

UTF8ToISO_8859_9

  

Converts a string from UTF-8 encoding to ISO 8859-9 (Turkish) encoding.

UTF8ToKOI8R

  

Converts a string from UTF-8 encoding to KOI8-R encoding.

UTF8ToKOI8RU

  

Converts a string from UTF-8 encoding to KOI8-RU encoding.

UTF8ToKOI8U

  

Converts a string from UTF-8 encoding to KOI8-U encoding.

UTF8ToMacintosh

  

Converts a value from UTF-8 encoding to the Macintosh Code Page.

UTF8ToSingleByte

  

Converts a UTF-8-encoded string value to a single-bye character set using a conversion function.

UTF8ToUCS2BE

  

Converts a UTF-8-encoded value to UCS 2-byte Big Endian encoding.

UTF8ToUCS2LE

  

Converts a UTF-8-encoded value to UCS 2-byte Little Endian encoding.

UTF8ToUTF8BOM

  

Converts a string from UTF-8 encoding to UTF-8 with a Byte Order Mark.


Version 3.2 Generated 2024-02-25 Home