Changes between Initial Version and Version 2 of Ticket #2045


Ignore:
Timestamp:
03/01/2012 03:53:58 AM (12 years ago)
Author:
Cas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2045

    • Property Status changed from new to assigned
    • Property Owner set to Cas
    • Property Version changed from other (please specify) to 1.3.3
    • Property Component changed from other to console
  • Ticket #2045 – Description

    initial v2  
    1 >>> info "Torrent Name" 
     1{{{ 
     2info "Torrent Name" 
    23'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128) 
    34Traceback (most recent call last): 
     
    910    if tid.startswith(string) or name.startswith(string): 
    1011UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128) 
     12 
     13}}}