Skip to content

Commit 8282153

Browse files
authored
Index "Normalization"/"UTF-C8"
IIRC extraction of X<> from =head is currently broken
1 parent 60e8595 commit 8282153

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/Language/unicode.pod6

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ L<MoarVM string documentation|https://github.com/MoarVM/MoarVM/blob/master/docs/
1313
1414
=head1 File Handles and I/O
1515
16-
=head2 X<Normalization>
16+
X<|Normalization>
17+
=head2 Normalization
1718
1819
Perl6 applies normalization by default to all input and output except for
1920
file names which are stored as L<C<UTF8-C8>|#UTF8-C8>.
@@ -49,7 +50,8 @@ UTF8 handle. If you print it out to a handle where the output encoding is UTF8-C
4950
then it will render as you would normally expect, and be a byte for byte exact
5051
copy. More technical details on L<UTF8-C8|#UTF8-C8> on MoarVM below.
5152
52-
=head2 X<UTF8-C8>
53+
X<|UTF8-C8>
54+
=head2 UTF8-C8
5355
5456
X<UTF-8 Clean-8> is an encoder/decoder that primarily works as the UTF-8 one.
5557
However, upon encountering a byte sequence that will either not decode as

0 commit comments

Comments
 (0)