diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-09 17:53:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-09 17:53:59 +0000 |
commit | 8fc173423e29547f0d1de6373cac1b08dfb0c024 (patch) | |
tree | a27ddd709c80f02f94b3958f944b85720ea98a31 /Todo-5.6 | |
parent | aa0b556f5f11a57517c1869cfb49a9d7f16bcefc (diff) | |
download | perl-8fc173423e29547f0d1de6373cac1b08dfb0c024.tar.gz |
Add a todo note about overloadable assertions.
p4raw-id: //depot/perl@7170
Diffstat (limited to 'Todo-5.6')
-rw-r--r-- | Todo-5.6 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,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 |