Change 31633 by [EMAIL PROTECTED] on 2007/07/19 08:51:28

        Add a TODO note about lc() etc. and the UTF-8 flag

Affected files ...

... //depot/perl/pod/perltodo.pod#183 edit

Differences ...

==== //depot/perl/pod/perltodo.pod#183 (text) ====
Index: perl/pod/perltodo.pod
--- perl/pod/perltodo.pod#182~31593~    2007-07-12 00:39:53.000000000 -0700
+++ perl/pod/perltodo.pod       2007-07-19 01:51:28.000000000 -0700
@@ -435,6 +435,12 @@
 Currently glob patterns and filenames returned from File::Glob::glob()
 are always byte strings.  See L</"Virtualize operating system access">.
 
+=head2 Unicode and lc/uc operators
+
+Some built-in operators (C<lc>, C<uc>, etc.) behave differently, based on
+what the internal encoding of their argument is. That should not be the
+case. Maybe add a pragma to switch behaviour.
+
 =head2 use less 'memory'
 
 Investigate trade offs to switch out perl's choices on memory usage.
End of Patch.

Reply via email to