File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ my $offset = 1; # Start 1 byte past word boundary.
3333# We choose an invariant and a variant that are at the boundaries between
3434# those two types on ASCII platforms. And, just in case the EBCDIC ever
3535# changes to do per-word, we choose arbitrarily an invariant that has most of
36- # its bits set natively, and a variant that has most unset. First create
37- # versions for display in the test names.
36+ # its bits set natively, and a variant that has most unset. The variant is a
37+ # continuation byte. First create versions for display in the test names.
3838my $display_invariant = isASCII ? " 7F" : sprintf " %02X" , utf8::unicode_to_native(0x9F);
3939my $display_variant = isASCII ? " 80" : sprintf " %02X" , utf8::unicode_to_native(0xA0);
4040my $invariant = chr hex $display_invariant ;
You can’t perform that action at this time.
0 commit comments