From: Jarkko Hietaniemi Date: Wed, 19 Jun 2002 13:18:42 +0000 (+0000) Subject: opendir was missing for the list. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=613693f3872d8e1bdd53ae751887e7aa293ce3bd;p=p5sagit%2Fp5-mst-13.2.git opendir was missing for the list. p4raw-id: //depot/perl@17299 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 5f9a6cf..a19dfd8 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