We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a44ce commit 0b0a01fCopy full SHA for 0b0a01f
doc/Language/unicode.pod6
@@ -49,7 +49,7 @@ Using this encoding with any filehandle will allow you to read the exact bytes a
49
on disk, without normalization. They may look funny when printed out, if you print it out using a
50
UTF8 handle. If you print it out to a handle where the output encoding is UTF8-C8,
51
then it will render as you would normally expect, and be a byte for byte exact
52
-copy. More technical details on L<UTF8-C8|#UTF8-C8> on MoarVM below.
+copy. More technical details on L<UTF8-C8|#UTF8-C8> on MoarVM are described below.
53
54
X<|UTF8-C8>
55
=head2 UTF8-C8
0 commit comments