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


Ignore:
Timestamp:
02/27/2017 03:12:44 PM (7 years ago)
Author:
Cas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2978, comment 10

    initial v1  
    1 renato@renato-desktop:~$ `LC_ALL='it_IT.UTF-8' deluge` 
     1{{{ 
     2$ LC_ALL='it_IT.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}}}