Skip to content

Commit 0fa334a

Browse files
committed
perl.h: Clarify comments, fix typo
Use column headings
1 parent d295717 commit 0fa334a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

perl.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6567,7 +6567,7 @@ static U8 utf8d_C9[] = {
65676567
* new nodes. The array would have to be made U16 instead of U8, not worth it
65686568
* for this rarely encountered case
65696569
*
6570-
* The classes are
6570+
* byte class
65716571
* 00-7F 0 Always legal, single byte sequence
65726572
* 80-81 7 Not legal immediately after start bytes E0 F0 F8 FC
65736573
* FE
@@ -6704,7 +6704,7 @@ EXTCONST U8 PL_extended_utf8_dfa_tab[] = {
67046704
* classes" in the linked-to document for further explanation of the original
67056705
* dfa.)
67066706
*
6707-
* The classes are
6707+
* byte class
67086708
* 00-7F 0
67096709
* 80-8E 9
67106710
* 8F 10
@@ -6823,11 +6823,11 @@ EXTCONST U8 PL_strict_utf8_dfa_tab[] = {
68236823
};
68246824

68256825
/* 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
68276827
* it allows non-characters. This is isomorphic to the original table
68286828
* in https://bjoern.hoehrmann.de/utf-8/decoder/dfa/
68296829
*
6830-
* The classes are
6830+
* byte class
68316831
* 00-7F 0
68326832
* 80-8F 9
68336833
* 90-9F 10

0 commit comments

Comments
 (0)