Changes between Initial Version and Version 1 of Ticket #2978, comment 8


Ignore:
Timestamp:
02/27/2017 03:14:20 PM (8 years ago)
Author:
Calum

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2978, comment 8

    initial v1  
    1 renato@renato-desktop:~$ `LC_ALL='en_US.UTF-8' deluge`
     1{{{
     2$ `LC_ALL='en_US.UTF-8' deluge`
    23Traceback (most recent call last):
    34  File "/usr/bin/deluge", line 9, in <module>
     
    2223    return codecs.utf_8_decode(input, errors, True)
    2324UnicodeDecodeError: 'utf8' codec can't decode byte 0xa0 in position 0: invalid start byte
    24 renato@renato-desktop:~$
     25}}}