Changes between Initial Version and Version 1 of Ticket #2978, comment 8
- Timestamp:
- 02/27/2017 03:14:20 PM (8 years ago)
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` 2 3 Traceback (most recent call last): 3 4 File "/usr/bin/deluge", line 9, in <module> … … 22 23 return codecs.utf_8_decode(input, errors, True) 23 24 UnicodeDecodeError: 'utf8' codec can't decode byte 0xa0 in position 0: invalid start byte 24 renato@renato-desktop:~$ 25 }}}