On Thu, Mar 8, 2012 at 8:45 PM, Suteepat Damrongyingsupab <[email protected]> wrote: > I'm using the latest Django-1.4c1. > When I run the command "python manage.py compilemessages", I got the error > as follows: > Error: The > /home/admin/Django-1.4c1/tests/regressiontests/i18n/commands/locale/es_AR/LC_MESSAGES/django.po > file has a BOM (Byte Order Mark). Django only supports .po files encoded in > UTF-8 and without any BOM. > > Has anyone got this error? >
Yes, just remove the BOM: http://en.wikipedia.org/wiki/Byte_order_mark Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

