Comment 6 for bug 133937

Revision history for this message
Daniel Hahler (blueyed) wrote :

A workaround for this problem might be to use errors="replace" in line 576 of softwareproperties/kde/SoftwarePropertiesKDE.py:
      self.userinterface.treeview2.addTopLevelItem(QTreeWidgetItem([unicode(key, 'UTF-8', 'replace')]))

However, the root cause might be somewhere else!

I'm wondering why "apt-key list" has no problem displaying this key (in a utf-8 shell).