﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
22631	makemessages problem due to bad encoding in migration file	rodricarranza@…	nobody	"Basically, when i run the command ""django-admin.py makemessages -l es_AR"", I receive the following error:

CommandError: errors happened while running xgettext on 0001_initial.py
xgettext: ./career/migrations/0001_initial.py:1: Unknown encoding ""utf8"". Proceeding with ASCII instead.
xgettext: Non-ASCII string at ./career/migrations/0001_initial.py:19.
          Please specify the source encoding through --from-code or through a comment
          as specified in http://www.python.org/peps/pep-0263.html.

When I looked at the file ""0001_initial.py"" I found this: "" # encoding: utf8 "" when it should be "" # -*- encoding: utf-8 -*- "". After I fixed that I could run the command without problem.
"	Bug	closed	Internationalization	1.7-beta-2	Normal	fixed	i18n migrations		Unreviewed	0	0	0	0	0	0
