equal
deleted
inserted
replaced
|
1 SPCRE |
|
2 |
|
3 Currently, it is mostly a direct port of Google's C++ wrapper |
|
4 around PCRE for Symbian so there is still quite a bit lacking. |
|
5 |
|
6 * Add Locale support |
|
7 * Support more PCRE options in TRegExArg |
|
8 * Refactor to use more templates and less macros in TRegExArg. |
|
9 * Full UCS2 support and not just UTF8. Unfortunately, this may slow things down |
|
10 as PCRE doesn't support this natively so some wastefull conversion will have |
|
11 to take place. |
|
12 * Port unit tests over to TEF. Will get rid of lots of code duplication. |
|
13 * Include CRadix parsing |