Ticket #735 (closed bug: fixed)

Opened 20 months ago

Last modified 9 months ago

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

Changed 9 months ago by andar

  • version 1.1.0 deleted
  • milestone set to 1.3.0

We currently do check for name.utf-8, but we should probably check for the path key as well.

Changed 9 months ago by andar

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from 1.3.0 to 1.2.0

Fixed in [6044]

Note: See TracTickets for help on using tickets.