Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 707012

Summary: app-doc/zsh-lovers-0.9.0: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 5882: ordinal not in range(128)
Product: Gentoo Linux Reporter: Piotr Karbowski (RETIRED) <slashbeast>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Piotr Karbowski (RETIRED) gentoo-dev 2020-01-28 20:16:21 UTC
zsh with +examples pulls in app-doc/zsh-lovers which fails with 

    UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 5882: ordinal not in range(128)


both on amd64 and ~amd64. Failure occur only if non-UTF8 locale is in use, like C or POSIX, but pass with en_US.UTF-8 as example.

Reproducible: Always