Comment 1 for bug 926616

Revision history for this message
Grzegorz Grzelak (OpenGLOBE.pl) (grzegorz-og.pl) wrote :

I have found fix for that from bug #564486. So I tried changes in lines 359 and 360 as below and it works. At the beginning I added
from tools import ustr #gg change

359 ptrn = re.compile(ustr(reg_name)) #gg change
360 _result = ptrn.search(ustr(obj.name)) # gg change

Please add ustr in both lines as lead subject AND regular expression should accept foreign characters.

All the best
GG.