* morituri/image/cue.py:

* morituri/image/toc.py:
	* morituri/test/test_image_cue.py:
	* morituri/test/test_image_toc.py:
	  Read input file as utf-8.  Fix logging of paths.
	* morituri/image/image.py:
	  Document and add asserts for unicodeness of paths.
	  Encode path in launch lines as utf-8
This commit is contained in:
Thomas Vander Stichele
2009-09-11 15:37:02 +00:00
parent ac9d8f194d
commit 9a15e890e0
6 changed files with 79 additions and 25 deletions

View File

@@ -1,3 +1,14 @@
2009-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/image/cue.py:
* morituri/image/toc.py:
* morituri/test/test_image_cue.py:
* morituri/test/test_image_toc.py:
Read input file as utf-8. Fix logging of paths.
* morituri/image/image.py:
Document and add asserts for unicodeness of paths.
Encode path in launch lines as utf-8
2009-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/task.py: