--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- gnome-doc-utils-0.20.10/xml2po/xml2po/__init__.py~ +++ gnome-doc-utils-0.20.10/xml2po/xml2po/__init__.py @@ -607,7 +607,7 @@ tcmsg = self.current_mode.getStringForTranslators() outtxt = self.getTranslation(tcmsg) self.current_mode.postProcessXmlTranslation(doc.doc, self.options.get('translationlanguage'), outtxt) - self.out.write(doc.doc.serialize('utf-8', 1)) + self.out.write(doc.doc.serialize('ascii', 1)) def reuse(self, origxml, xmlfile): """ Produce a po file from xmlfile pot and using translations from origxml """