X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperluniintro.pod;h=736a0e2d0aae5c9be0133e436f22e3d2c7a7758e;hb=80a5d8e74b5512d4ab704d0e83466ae41247ce55;hp=dd3064f6bff7d784e694947efaba1d7ef6b8b4d9;hpb=004283b80f6094bb85aba6f48a74e3c5c34ea24f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod index dd3064f..736a0e2 100644 --- a/pod/perluniintro.pod +++ b/pod/perluniintro.pod @@ -407,6 +407,11 @@ If you run this code twice, the contents of the F will be twice UTF-8 encoded. A C would have avoided the bug, or explicitly opening also the F for input as UTF-8. +In some filesystems (for example Microsoft NTFS and Apple HFS+) the +filenames are in UTF-8 . By using opendir() and File::Glob you can +make readdir() and glob() to return the filenames as Unicode, see +L and L for details. + B: the C<:utf8> and C<:encoding> features work only if your Perl has been built with the new "perlio" feature. Almost all Perl 5.8 platforms do use "perlio", though: you can see whether