libraries/spcre/group/ToDo.txt
author Tom Sutcliffe <thomas.sutcliffe@accenture.com>
Mon, 25 Oct 2010 13:21:33 +0100
changeset 93 2f382fb2036c
parent 0 7f656887cf89
permissions -rw-r--r--
Fixes for S60 5th platform. Also changed default config for S60 3rd and 5th to use Open Signed.

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