X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperldelta.pod;h=37c2a316748ef82c070233c199e3e46a78f6ece5;hb=80a5d8e74b5512d4ab704d0e83466ae41247ce55;hp=08e70a8f2f6ede1007a9396fd008c4a64d3f5e92;hpb=004283b80f6094bb85aba6f48a74e3c5c34ea24f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 08e70a8..37c2a31 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -319,6 +319,12 @@ contain the strings 'UTF-8' or 'UTF8' (case-insensitive matching), the default encoding of your STDIN, STDOUT, and STDERR, and of B, is UTF-8. +=item * + +If your filesystem supports returning UTF-8 encoded filenames, +it is possible to make Perl to understand that the filenames +returned by readdir() and glob() are in Unicode. + =back =head2 Safe Signals @@ -1264,7 +1270,7 @@ C now produces XHTML 1.0. =item * -C now understands POD written using different line endings\ +C now understands POD written using different line endings (PC-like CRLF versus UNIX-like LF versus MacClassic-like CR). =item *