Thanks for this update! it is indeed the same problem. It looks like
optparse.py uses:

        return textwrap.fill(text,
                             text_width,
                             initial_indent=indent,
                             subsequent_indent=indent)

For ja.po this will be a utf8 encoded python str type. But textwrap
needs a "unicode" type to wrap it correctly.

-- 
update-manager crashed with UnicodeDecodeError in print_help()
https://bugs.launchpad.net/bugs/557804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to