GNOME Bugzilla – Bug 730660
meld crashes on UnicodeDecodeError when used with Polish locale
Last modified: 2014-05-23 20:44:42 UTC
This bug has been reported against Ubuntu's meld package originally at https://bugs.launchpad.net/ubuntu/+source/meld/+bug/1319793 . zyga@silverblade:~$ meld checkbox/checkbox-support/checkbox_support/parsers/ Launchpad/checkbox-project/checkbox-legacy/checkbox-old/checkbox/parsers/ Traceback (most recent call last):
+ Trace 233626
ret = next(task)
yield _(u"[%s] Done") % self.label_text
I managed to solve it by using patching the last line to read: yield _(u"[%s] Done").decode('UTF-8') % self.label_text
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of bug 726116 ***