django/tests/i18n/commands
Ramiro Morales 6fb9dee470 Fixed #23271 -- Don't corrupt PO files on Windows when updating them.
Make sure PO catalog text fetched from gettext programs via standard
output isn't corrupted by mismatch between assumed (UTF-8) and real
(CP1252) encodings. This can cause mojibake to be written when creating
or updating PO files.

Also fixes #23311.

Thanks to contributor with Trac nick 'danielmenzel' for the report,
excellent research and fix.
2014-12-29 12:24:50 -03:00
..
ignore_dir Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
locale Fixed #23271 -- Don't corrupt PO files on Windows when updating them. 2014-12-29 12:24:50 -03:00
media_root Added forgotten files from commit 28efafa24c 2014-07-16 13:50:53 +02:00
someapp/static Fixed #23583 -- More selectively ignored static/media roots 2014-10-21 20:18:21 +02:00
static Fixed #23583 -- More selectively ignored static/media roots 2014-10-21 20:18:21 +02:00
templates Fixed #22336 -- Added path matching for makemessages ignore option 2014-08-08 22:54:30 +02:00
__init__.py Fixed #23271 -- Don't corrupt PO files on Windows when updating them. 2014-12-29 12:24:50 -03:00
code.sample Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
javascript.js Fixed #23788 -- Used new JavaScript support in recent gettext 2014-11-11 22:52:30 +01:00
not_utf8.sample Fixed #20354 -- `makemessages` no longer crashes with `UnicodeDecodeError` 2013-05-07 21:22:05 +02:00