summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-19 13:18:42 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-19 13:18:42 +0000
commit613693f3872d8e1bdd53ae751887e7aa293ce3bd (patch)
tree5b660cc86734bd4d16defd76d584dd320629ffa9 /pod/perltodo.pod
parent022ab4df1d1709d1b9dd42e3e1917199d6c69afe (diff)
downloadperl-613693f3872d8e1bdd53ae751887e7aa293ce3bd.tar.gz
opendir was missing for the list.
p4raw-id: //depot/perl@17299
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r--pod/perltodo.pod14
1 files changed, 7 insertions, 7 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index 5f9a6cf2d0..a19dfd87ee 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -678,13 +678,13 @@ This emulation should also go near pp_sys.pp_truncate().
=head2 Unicode in Filenames
-chdir, chmod, chown, chroot, exec, glob, link, lstat, mkdir, open, qx,
-readdir, readlink, rename, rmdir, stat, symlink, sysopen, system,
-truncate, unlink, utime. All these could potentially accept Unicode
-filenames either as input or output (and in the case of system and qx
-Unicode in general, as input or output to/from the shell). Whether a
-filesystem - an operating system pair understands Unicode in filenames
-varies.
+chdir, chmod, chown, chroot, exec, glob, link, lstat, mkdir, open,
+opendir, qx, readdir, readlink, rename, rmdir, stat, symlink, sysopen,
+system, truncate, unlink, utime. All these could potentially accept
+Unicode filenames either as input or output (and in the case of system
+and qx Unicode in general, as input or output to/from the shell).
+Whether a filesystem - an operating system pair understands Unicode in
+filenames varies.
Known combinations that have some level of understanding include
Microsoft NTFS, Apple HFS+ (In Mac OS 9 and X) and Apple UFS (in Mac