From 5396e5927cc22f29132420d288a6e77fbe28d5e4 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 23 May 2000 19:28:32 +0000 Subject: [PATCH] todo tweak p4raw-id: //depot/cfgperl@6110 --- Todo-5.6 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Todo-5.6 b/Todo-5.6 index 536a59c..527ab82 100644 --- a/Todo-5.6 +++ b/Todo-5.6 @@ -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 -- 2.7.4