Expand description
Constantsยง
- CHAR_
JUST_ ABOVE_ SURROGATES - The
char
that comes just after the surrogate range. - CHAR_
JUST_ BELOW_ SURROGATES - The
char
that comes just before the surrogate range. - FIRST_
SURROGATE_ CODE_ POINT - The first surrogate code point.
- NUMBER_
OF_ CHARS - The number of Unicode scalar values. $2^{20}+2^{16}-2^{11} = \mathrm{0x10\,f800} = 1,\!112,\!064$.
- NUMBER_
OF_ SURROGATE_ CODE_ POINTS - The number of surrogate code points;
these are code points that do not correspond to any valid
char
.