Ticket #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: | other | 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
Note: See
TracTickets for help on using
tickets.
