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

TUtf8Char

Alias for the String type used for a UTF-8-encoded character.

Declaration

Source position: masks.pas line 26

type TUtf8Char = string;

Description

TUtf8Char is an alias for a String type with a length of 7 bytes. A UTF-8-encoded character value may need as many as 7 bytes to represent a given codepoint in the encoding.