Changes between Initial Version and Version 2 of Ticket #2045
- Timestamp:
- 03/01/2012 03:53:58 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2045
- Property Owner set to
- Property Status new → assigned
- Property Version other (please specify) → 1.3.3
- Property Component other → console
-
Ticket #2045 – Description
initial v2 1 >>> info "Torrent Name" 1 {{{ 2 info "Torrent Name" 2 3 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128) 3 4 Traceback (most recent call last): … … 9 10 if tid.startswith(string) or name.startswith(string): 10 11 UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128) 12 13 }}}