GNOME Bugzilla – Bug 406772
strips utf8 string on fixed width
Last modified: 2007-02-25 16:23:45 UTC
if len(self.current_puzzle_name)>18: self.current_puzzle_name = self.current_puzzle_name[:17]+u'\u2026' You shouldn't strip utf8-string on fixed number of chars, because you can break utf8 symbol in the middle.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 409740 ***