File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ L<MoarVM string documentation|https://github.com/MoarVM/MoarVM/blob/master/docs/
13
13
14
14
= head1 File Handles and I/O
15
15
16
- = head2 X < Normalization >
16
+ X < |Normalization >
17
+ = head2 Normalization
17
18
18
19
Perl6 applies normalization by default to all input and output except for
19
20
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
49
50
then it will render as you would normally expect, and be a byte for byte exact
50
51
copy. More technical details on L < UTF8-C8|#UTF8-C8 > on MoarVM below.
51
52
52
- = head2 X < UTF8-C8 >
53
+ X < |UTF8-C8 >
54
+ = head2 UTF8-C8
53
55
54
56
X < UTF-8 Clean-8 > is an encoder/decoder that primarily works as the UTF-8 one.
55
57
However, upon encountering a byte sequence that will either not decode as
You can’t perform that action at this time.
0 commit comments