Skip to content

Commit f8daa5a

Browse files
committed
APItest/t/utf8.t: Clarify comment
1 parent 97a6211 commit f8daa5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/XS-APItest/t/utf8.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
3838
my $display_invariant = isASCII ? "7F" : sprintf "%02X", utf8::unicode_to_native(0x9F);
3939
my $display_variant = isASCII ? "80" : sprintf "%02X", utf8::unicode_to_native(0xA0);
4040
my $invariant = chr hex $display_invariant;

0 commit comments

Comments
 (0)