Opened 14 years ago
Closed 13 years ago
#735 closed bug (Fixed)
use keys of "name.utf-8" and "path.utf-8" of metadata
Reported by: | anonymous | Owned by: | andar |
---|---|---|---|
Priority: | major | Milestone: | 1.2.0 |
Component: | Unknown | Version: | |
Keywords: | Cc: |
Description
I notice that new deluge 1.1.0 get torrent info from bencode(ui/common.py).In deluge 1.07, It is just from librorrent.
In some torrent, if use keys of "name" and "path", only could get a MBCS encoding string, so under Linux, it maybe display wrong(with utf8 local). use keys of "name.utf-8" and "path.utf-8" for a UTF8 string:)
Change History (2)
comment:1 Changed 14 years ago by andar
- Milestone set to 1.3.0
- Version 1.1.0 deleted
comment:2 Changed 13 years ago by andar
- Milestone changed from 1.3.0 to 1.2.0
- Resolution set to fixed
- Status changed from new to closed
Fixed in [6044]
Note: See
TracTickets for help on using
tickets.
We currently do check for name.utf-8, but we should probably check for the path key as well.