X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Todo-5.6;h=527ab82a1ca33fb8c38e1b5f988278cde8dd146f;hb=2e1d04bc4fa2d036f823d5251c731f594e0246dd;hp=536a59c0563e1e2427be4679e0c38324bf0c34ed;hpb=592fe52411267c8c3c41f0dd9a5a663f695ce2ed;p=p5sagit%2Fp5-mst-13.2.git 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