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

Reference for unit 'LConvEncoding'

Contains routines used to perform conversions between Unicode and System Code Page encodings.

uses

  sysutils,

  Classes,

  dos,

  LazUTF8,

  

Number of characters (codepoints) to get from the string.

  CodepagesCommon,

  

Contains Unicode conversion tables for common code pages.

  CodepagesAsian;

  

Contains Unicode conversion tables for Asian code pages.

Overview

lconvencoding.pas provides types, variable, constants, and routines used to perform conversions to and from Unicode and /or System Code Page encodings. Functions in this unit are thread-safe.

For environments where the RTL uses UTF-8 encoding, the UseSystemCPConv compiler define is enabled to include System Code Page conversions.

lconvencoding.pas is part of the LazUtils package.


Version 3.2 Generated 2024-02-25 Home