Unicode names cause problems
Bug #842236 reported by
Jonathan Jacobs
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Renamer |
Fix Committed
|
High
|
Jonathan Jacobs |
Bug Description
There are a number of places that do not properly handle non-ASCII data:
* The TVRage plugin does not decode page data;
* The templates (both from plugin defaults and from the command line) are not decoded properly;
* The logging code assumes ASCII data, passing Unicode data results in an error.
File "Renamer/
filename = nameTemplate.
File "/usr/local/
return self.pattern.
exceptions.
Related branches
lp://staging/~renamer-developers/renamer/842236-unicode-filenames
- Tristan Seligmann: Needs Fixing
-
Diff: 321 lines (+119/-52)6 files modifiedrenamer/application.py (+7/-0)
renamer/logging.py (+5/-0)
renamer/plugins/audio.py (+2/-2)
renamer/plugins/tv.py (+28/-11)
renamer/test/test_tvrage.py (+22/-38)
renamer/util.py (+55/-1)
Changed in renamer: | |
milestone: | none → 0.1.0 |
status: | New → Fix Committed |
importance: | Undecided → High |
assignee: | nobody → Jonathan Jacobs (jjacobs) |
To post a comment you must log in.