Fixed #1869: Fix problems when dealing with files containing non-ASCII characters.

This commit is contained in:
shimizukawa
2015-07-25 19:02:47 +02:00
parent d3375761d2
commit 3ad810406c
2 changed files with 8 additions and 6 deletions
+2
View File
@@ -44,6 +44,8 @@ Bugs fixed
* Fixed #1855: make gettext generates broken po file for definition lists with classifier.
``term : classifier1 : classifier2``.
* #1855: make gettext generates broken po file for definition lists with classifier.
* #1869: Fix problems when dealing with files containing non-ASCII characters. Thanks to
Marvin Schmidt.
Release 1.3.1 (released Mar 17, 2015)