X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Todo-5.6;h=f0c8e6752b060d327d4cae3f538346d8ee127c11;hb=46236db6145fa50aba9a2041c76a8d3687ffc600;hp=dfcae2b6f7f5b91f56592541c67b58c9d92da9e9;hpb=2c674647e4cd32dc05dd268c2de5090815265695;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Todo-5.6 b/Todo-5.6 index dfcae2b..f0c8e67 100644 --- a/Todo-5.6 +++ b/Todo-5.6 @@ -1,6 +1,5 @@ Unicode support finish byte <-> utf8 and localencoding <-> utf8 conversions - make substr($bytestr,0,0,$charstr) do the right conversion add Unicode::Map equivivalent to core add support for I/O disciplines - a way to specify disciplines when opening things: @@ -16,6 +15,9 @@ Unicode support 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? + overloadable regex assertions? e.g. in Thai \b cannot + be deduced by any simple character class boundary rules, + word boundaries must algorithmically computed see ext/Encode/Todo for notes and references about proper detection of malformed UTF-8 @@ -165,6 +167,7 @@ Miscellaneous turn Cwd into an XS module? (Configure already probes for getcwd()) mmap for speeding up input? (Configure already probes for the mmap family) sendmsg, recvmsg? (Configure doesn't probe for these but the units exist) + sockatmark? setitimer, getitimer? (the metaconfig units exist) Ongoing