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 7c29082 commit 1a3e704Copy full SHA for 1a3e704
doc/Language/unicode.pod6
@@ -86,7 +86,8 @@ commas to separate different codepoints/sequences inside the same C<\c> sequence
86
87
=head1 File Handles and I/O
88
89
-Perl6 applies X<normalization> by default to all input and output it makes.
+Perl6 applies X<normalization> by default to all input and output except for
90
+file names which are stored as L<C<UTF8-C8>|#UTF8-C8>.
91
What does this mean? For example á can be represented 2 ways. Either using
92
one codepoint:
93
0 commit comments