diff -r 000000000000 -r 7f656887cf89 libraries/spcre/group/ToDo.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libraries/spcre/group/ToDo.txt Wed Jun 23 15:52:26 2010 +0100 @@ -0,0 +1,13 @@ +SPCRE + +Currently, it is mostly a direct port of Google's C++ wrapper +around PCRE for Symbian so there is still quite a bit lacking. + +* Add Locale support +* Support more PCRE options in TRegExArg +* Refactor to use more templates and less macros in TRegExArg. +* Full UCS2 support and not just UTF8. Unfortunately, this may slow things down + as PCRE doesn't support this natively so some wastefull conversion will have + to take place. +* Port unit tests over to TEF. Will get rid of lots of code duplication. +* Include CRadix parsing