test-bugzilla-files.py issues

Jan Iversen jani at documentfoundation.org
Thu Jan 12 16:07:40 UTC 2017


> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice/attachments/20170112/34379e5d/attachment.html>


More information about the LibreOffice mailing list