> 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 expressions
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
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