[Python-Dev] re with Unicode broken?

Martin von Loewis loewis@informatik.hu-berlin.de
Wed, 18 Jul 2001 20:44:51 +0200 (MEST)


> > With that patch, your example code matches fine on my SPARC box.
> 
> I'm guessing this is a showstopper fix for 2.1.1 too...

No, the BIGCHARSET support was added to the CVS only recently; this
bug is not in 2.1. In case it got merged to the 2.2a1 branch, it might
be worthwhile applying the patch to that branch as well - provided /F
approves the patch. Or, we could live with the bug until 2.2a2, since
it only triggers if Unicode character classes are used on a big-endian
machine.

Regards,
Martin