Skip to content

Commit 1a3e704

Browse files
committed
Mention UTF8-C8 is used for filenames
1 parent 7c29082 commit 1a3e704

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Language/unicode.pod6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ commas to separate different codepoints/sequences inside the same C<\c> sequence
8686
8787
=head1 File Handles and I/O
8888
89-
Perl6 applies X<normalization> by default to all input and output it makes.
89+
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>.
9091
What does this mean? For example á can be represented 2 ways. Either using
9192
one codepoint:
9293

0 commit comments

Comments
 (0)