| [Overview][Types][Classes][Procedures and functions][Index] |
Alias for the String type used for a UTF-8-encoded character.
Source position: masks.pas line 26
type TUtf8Char = string; |
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.