Opened 16 years ago
Closed 15 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 by , 15 years ago
Milestone: | → 1.3.0 |
---|---|
Version: | 1.1.0 |
comment:2 by , 15 years ago
Milestone: | 1.3.0 → 1.2.0 |
---|---|
Resolution: | → fixed |
Status: | new → 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.