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 gnome-i18n@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-i18n