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 expressions that are loaded from the file conform to Unicode
regular expressions. What problems can be expected using Unicode Regex
with Python, is there a library I should be using?

Cheers,
Bryan Rasmussen
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to