This is a Python 2 Unicode handling issue, not a Bazaar specific bug. A
localized OS error message with non ASCII characters is being decoded
using the ASCII codec, which causes the failure. The fix is to ensure
errors are decoded using the locale or filesystem encoding, or to avoid
re decoding strings that are already Unicode. This class of problem
largely goes away under Python 3. https://redlinecustomsco.com/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/599860

Title:
  UnicodeDecodeError with BzrError containing localised error message
  from OS

To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr-explorer/+bug/599860/+subscriptions


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

Reply via email to