[Bug 40512] Re: Not displaying UTF-8 correctly

2008-09-10 Thread Daniel T Chen
** Changed in: apt-listchanges (Ubuntu) Status: New = Fix Released -- Not displaying UTF-8 correctly https://bugs.launchpad.net/bugs/40512 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list

[Bug 40512] Re: Not displaying UTF-8 correctly

2006-10-03 Thread Marius Gedminas
Confirming. Same bug happens on Edgy. I think the bug is here: /usr/lib/site-python/AptListChangesGtk.py, line 47: buf.set_text(unicode(text, 'latin-1').encode(UTF-8)) As far as I remember, the Debian policy manual requires the changelogs to be encoded in UTF-8, and not Latin-1. --