summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2006-12-28 11:06:00 -0800
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-04 10:32:13 +0000
commit1f2e791661e807f561a2d5dd8f2b6a4e339e444e (patch)
tree448d19364f9a503aa652938e18d31442112ad537
parent7d84b8ac5458b36428c44a53c4148b3abea83f2d (diff)
downloadperl-1f2e791661e807f561a2d5dd8f2b6a4e339e444e.tar.gz
Add note to perltodo.pod about Unicode and file globbing
Message-ID: <4e19p2lgme9qbqjkv78q7154vg6hlaar19@4ax.com> p4raw-id: //depot/perl@29681
-rw-r--r--pod/perltodo.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index a68e5b01ea..f7782c7e05 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -455,6 +455,11 @@ L<perlrun>.)
Currently the %ENV entries are always byte strings.
+=head2 Unicode and glob()
+
+Currently glob patterns and filenames returned from File::Glob::glob()
+are always byte strings.
+
=head2 use less 'memory'
Investigate trade offs to switch out perl's choices on memory usage.