diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-19 07:51:39 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-19 07:51:39 +0000 |
commit | 560a288e13336a11c08649232e4f81decff70a5d (patch) | |
tree | be4aa56ad6e5af2d78e1a0b9e76c4c6423c47874 /Todo-5.6 | |
parent | 8d2a6795a8433e9623ccf677a19bf470170549e9 (diff) | |
download | perl-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.6 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |