Control: retitle -1 dput: UnicodeDecodeError when parsing upload changes file
Control: tags -1 + moreinfo

On Sat, 2018-08-11 17:32 +0200, Harald Dunkel <ha...@afaics.de> wrote:
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 315: 
> ordinal not in range(128)

I am not able to reproduce that behaviour, using the same upload changes file.

This may be a bug dependent on your terminal text encoding, or some other 
default text encoding detected in Python.

Can you please show the output from this Python 3 session in the same terminal 
session:

    python3 -c 'import locale; print(locale.getpreferredencoding())'

On my workstation that command produces the single line "UTF-8". Using the same 
terminal where you ran 'dput', what does that command produce?

-- 
 \
  `\
_o__) Ben Finney <bign...@debian.org>

Reply via email to