Yesterday at 19:32, Žygimantas Beručka wrote: > copy.newChild(None, "year", match.group(3))
Fix is:
+ copy.newChild(None, "year", match.group(3).encode('utf-8'))
(problem is that a name of the translator got pattern matched as year,
and name contains Unicode while libxml2 expects UTF-8)
Cheers,
Danilo
_______________________________________________
gnome-i18n mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-i18n
