Date: prev next · Thread: first prev next last
2017 Archives by date, by thread · List index



UnicodeDecodeError: 'utf-8' codec can't decode byte 0x83 in position 10:
invalid start byte

I have frequently the same problem with differen python scripts on different machines. The problem 
is usually you locale setting.

I added
export LANG=''
export LC_ALL=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8

to .bashrc, and then the scripts I work.

rgds
jan I.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.