Constants (GVL)ΒΆ

InOut:

Scope

Name

Type

Initial

Comment

Constant

c_diMaxRune

DINT

UTF8.c_diMaxRune

Maximum valid Unicode code point.

c_diReplacementChar

DINT

UTF8.c_diRuneError

Represents invalid code points.

c_diMaxASCII

RUNE

16#7F

Maximum ASCII value.

c_diMaxLatin1

RUNE

16#FF

Maximum Latin-1 value.