summaryrefslogtreecommitdiff
path: root/Todo-5.6
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-19 07:51:39 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-19 07:51:39 +0000
commit560a288e13336a11c08649232e4f81decff70a5d (patch)
treebe4aa56ad6e5af2d78e1a0b9e76c4c6423c47874 /Todo-5.6
parent8d2a6795a8433e9623ccf677a19bf470170549e9 (diff)
downloadperl-560a288e13336a11c08649232e4f81decff70a5d.tar.gz
make comparisons promote to utf8 as necessary (from Gisle Aas)
p4raw-id: //depot/perl@5138
Diffstat (limited to 'Todo-5.6')
-rw-r--r--Todo-5.63
1 files changed, 2 insertions, 1 deletions
diff --git a/Todo-5.6 b/Todo-5.6
index 52fbc50a9a..28b146da4c 100644
--- a/Todo-5.6
+++ b/Todo-5.6
@@ -4,7 +4,7 @@ Bugs
Unicode support
finish byte <-> utf8 and localencoding <-> utf8 conversions
- make "$bytestr$charstr" do the right conversion
+ make substr($bytestr,0,0, $charstr) do the right conversion
add Unicode::Map equivivalent to core
add support for I/O disciplines
- open(F, "<!crlf!utf16", $file)
@@ -15,6 +15,7 @@ Unicode support
support C<print v1.2.3>
make C<v123> mean C<chr(123)> (if !exists(&v123))
autoload utf8_heavy.pl's swash routines in swash_init()
+ check uv_to_utf8() calls for buffer overflow
Multi-threading
support "use Thread;" under useithreads