#570: Try decoding `-D and -A` command-line arguments with the locale's preferred encoding.

This commit is contained in:
Georg Brandl
2011-01-04 15:33:18 +01:00
parent 417571176b
commit 54e1ab93ba
2 changed files with 20 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
Release 1.0.6 (in development)
==============================
* #570: Try decoding ``-D`` and ``-A`` command-line arguments with
the locale's preferred encoding.
* #528: Observe :confval:`locale_dirs` when looking for the JS
translations file.