[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,

  

Routines for managing UTF-8-encoded strings.

  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 4.0 Generated 2025-05-03 Home