>> > However the xml2po problem remains, and the only one that can/should >> > correct it is Danilo. >> >> Now do I have to publically slap Danilo to get this fixed? :-) > > I tried to fix it (after the upgrade), but couldn't. I don't understand > encoding and how it works in Python. Could it perhaps be due to non-UTF8 > po files?
pot file is in utf-8. I might be wrong, but error shows that script assumes that file is in ASCII. C/anjuta-manual.xml strings have 8bit symbols First 8bit symbol in that file is U+2026 HORIZONTAL ELLIPSIS (0xE2 0x80 0xA6 in utf-8). Error stops on 0xE2 byte. -- Tomas _______________________________________________ gnome-i18n mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-i18n
