There was no nice way of getting in UTF-8 filenames:
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 7 Apr 2002 14:25:28 +0000 (14:25 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 7 Apr 2002 14:25:28 +0000 (14:25 +0000)
commitdd36d13c89140c2d9d7954b9f1de583003154c13
treeadaef7a5e5beeb3683ba8880a94fc181ad7f00d4
parent525c8498a83d993a86ed1c5080d595040c6663f5
There was no nice way of getting in UTF-8 filenames:
now one can use in the (new) three-arg form of readdir()
and in File::Glob import a ":utf8" to transparently accept
the filenames as Unicode.  Note that only :utf8 is supported,
not fancier stuff like :encoding(foobar)

p4raw-id: //depot/perl@15776
16 files changed:
MANIFEST
ext/File/Glob/Glob.pm
ext/File/Glob/Glob.xs
ext/File/Glob/Makefile.PL
ext/File/Glob/bsd_glob.h
ext/File/Glob/t/utf8.t [new file with mode: 0644]
opcode.h
opcode.pl
pod/perldelta.pod
pod/perldiag.pod
pod/perlfunc.pod
pod/perlunicode.pod
pod/perluniintro.pod
pp_sys.c
sv.h
t/op/readdir.t