File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6567,7 +6567,7 @@ static U8 utf8d_C9[] = {
6567
6567
* new nodes. The array would have to be made U16 instead of U8, not worth it
6568
6568
* for this rarely encountered case
6569
6569
*
6570
- * The classes are
6570
+ * byte class
6571
6571
* 00-7F 0 Always legal, single byte sequence
6572
6572
* 80-81 7 Not legal immediately after start bytes E0 F0 F8 FC
6573
6573
* FE
@@ -6704,7 +6704,7 @@ EXTCONST U8 PL_extended_utf8_dfa_tab[] = {
6704
6704
* classes" in the linked-to document for further explanation of the original
6705
6705
* dfa.)
6706
6706
*
6707
- * The classes are
6707
+ * byte class
6708
6708
* 00-7F 0
6709
6709
* 80-8E 9
6710
6710
* 8F 10
@@ -6823,11 +6823,11 @@ EXTCONST U8 PL_strict_utf8_dfa_tab[] = {
6823
6823
};
6824
6824
6825
6825
/* And below is yet another version of the above tables that accepts only UTF-8
6826
- * as defined by Corregidum #9. Hence no surrogates nor non-Unicode, but
6826
+ * as defined by Corrigendum #9. Hence no surrogates nor non-Unicode, but
6827
6827
* it allows non-characters. This is isomorphic to the original table
6828
6828
* in https://bjoern.hoehrmann.de/utf-8/decoder/dfa/
6829
6829
*
6830
- * The classes are
6830
+ * byte class
6831
6831
* 00-7F 0
6832
6832
* 80-8F 9
6833
6833
* 90-9F 10
You can’t perform that action at this time.
0 commit comments