diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-23 19:28:32 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-23 19:28:32 +0000 |
commit | 5396e5927cc22f29132420d288a6e77fbe28d5e4 (patch) | |
tree | 025b47d93cee03ee026f3e035547bc0de70eb207 /Todo-5.6 | |
parent | 64a42268027ff84e02e086a7de2eaa105e4bc8a3 (diff) | |
download | perl-5396e5927cc22f29132420d288a6e77fbe28d5e4.tar.gz |
todo tweak
p4raw-id: //depot/cfgperl@6110
Diffstat (limited to 'Todo-5.6')
-rw-r--r-- | Todo-5.6 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -12,7 +12,11 @@ Unicode support eliminate need for "use utf8;" autoload byte.pm when byte:: is seen by the parser check uv_to_utf8() calls for buffer overflow - (see also "Locales", "Regexen", and "Miscellaneous") + make \uXXXX (and \u{XXXX}?) where XXXX are hex digits + to work similarly to Unicode tech reports and Java + notation \uXXXX (and already existing \x{XXXX))? + more than four hexdigits? make also \U+XXXX work? + See also "Locales", "Regexen", and "Miscellaneous". Multi-threading support "use Thread;" under useithreads |