summaryrefslogtreecommitdiff
path: root/pod/perlunicode.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-09 23:41:01 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-09 23:41:01 +0000
commit1e2c6ed7b1d7c43be9a4422286be5333f4f3b7f8 (patch)
treeba0b412d4648f777cd8444a01d056e00d86358a3 /pod/perlunicode.pod
parentfcb875d4741190d167d6a2773683d7421a2a5279 (diff)
downloadperl-1e2c6ed7b1d7c43be9a4422286be5333f4f3b7f8.tar.gz
Retract the UTF-8 filenames patch. This may be
better dealt with in Perl level, a la File::Spec (since the whole mess is strongly filesystem-specific). p4raw-id: //depot/perl@15835
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r--pod/perlunicode.pod5
1 files changed, 0 insertions, 5 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index d6367004a3..26e704a63e 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -20,11 +20,6 @@ Other encodings can be converted to perl's encoding on input, or from
perl's encoding on output by use of the ":encoding(...)" layer.
See L<open>.
-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<perlfunc/opendir> and L<File::Glob> for details.
-
To mark the Perl source itself as being in a particular encoding,
see L<encoding>.