> I'm writing a program that requires specifically Unicode regular
> expressions http://unicode.org/reports/tr18/ to be loaded in from an
> external file and then interpreted against the data. if I use Python
> Regular expressions is there a flag I can set to specify t
Have you googled?
http://www.google.com/search?hl=en&q=python+regular+expression+unicode&btnG=Google+Search
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I'm writing a program that requires specifically Unicode regular
expressions http://unicode.org/reports/tr18/ to be loaded in from an
external file and then interpreted against the data. if I use Python
Regular expressions is there a flag I can set to specify that the
regular expres
Christopher Subich wrote:
> I don't think the python regular expression module correctly handles
> combining marks; it gives inconsistent results between equivalent forms
> of some regular expressions:
> Is this a limitation-by-design, or a bug?
limitation by design. if you want correct results
I don't think the python regular expression module correctly handles
combining marks; it gives inconsistent results between equivalent forms
of some regular expressions:
>>> sys.version
'2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)]'
>>>re.match('\w',unicodedata.normalize('NFD