Commit b66abe3
committed
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.1 parent c347076 commit b66abe3
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1178 | 1178 | | |
1179 | 1179 | | |
1180 | 1180 | | |
1181 | | - | |
1182 | | - | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
1183 | 1184 | | |
1184 | 1185 | | |
1185 | 1186 | | |
| |||
0 commit comments