[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'LazUTF8Classes' (#lazutils)

Reference for unit 'LazUTF8Classes'

Implements UTF-8-enabled classes and routines.

uses

  System,

  Classes,

  sysutils,

  LazUTF8;

  

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

Overview

lazutf8classes.pas implements UTF-8-enabled classes and routines, including: TFileStreamUTF8, TMemoryStreamUTF8, and TStringListUTF8. This file is part of the LazUtils package.

Remark: lazutf8classes has an implementation dependency on the lazfileutils unit.