Fixed #9212: Added code to check the xgettext version, and if it is lower than 0...
commit4c86e60f62366ac9c3fd9369c17c54801a8f2ea0
authorkmtracey <kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Mon, 6 Oct 2008 01:36:35 +0000 (6 01:36 +0000)
committerkmtracey <kmtracey@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Mon, 6 Oct 2008 01:36:35 +0000 (6 01:36 +0000)
tree540ff24f3eb4069b8cd0daacc1ac8c45a990483b
parentfc4121ff484215f96e99f892a37a14fe5c0de4aa
Fixed #9212: Added code to check the xgettext version, and if it is lower than 0.15, undo an incorrect encoding to utf-8 done by xgettext.  This bug was fixed in xgettext 0.15, but the most-easily-installed Windows gettext binaries are older (0.13.1), so we work around it.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9155 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/core/management/commands/makemessages.py
docs/topics/i18n.txt