You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
utf8.h: Include Perl extended UTF-8 in two #defines
Perl extended UTF-8 is beyond any UTF-8 that was ever in any standard.
Unicode UTF-8 stops at U+10FFFF, but earlier standards went up to
7FFF_FFFF. Perl allows any code point that fits in a 64-bit word.
When one specifies to exclude anything above 10FFFF, one is
automatically excluding Perl extended UTF-8. But it is more convenient
for future commits to have it explicitly added to the definitions.
0 commit comments