Fixed #7030 -- Handle extraction of UTF-8 messages from Javascript files.
commit454232d361c39cb37cbae7940367c8e24116fbae
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sat, 26 Apr 2008 13:25:30 +0000 (26 13:25 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sat, 26 Apr 2008 13:25:30 +0000 (26 13:25 +0000)
tree619f71ba4f6297a26c0d8d6345c9319957fe3e52
parent0dc17789622813fbdd5a9821ced2f953031cd42a
Fixed #7030 -- Handle extraction of UTF-8 messages from Javascript files.

This leads to more duplicated code in make-messages.py, but this is just a
holdover for the immediate problem until we merge make-messages into
management/.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7473 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/bin/make-messages.py