﻿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
12448	UnicodeDecodeError at /admin/jsi18n/  ('ascii', 'j F Y \xd0\xb3.', 6, 7, 'ordinal not in range(128)')	ramusus	Jannis Leidel	"After http://code.djangoproject.com/changeset/11964#file120 changeset, when I try to load http://localhost/admin/jsi18n/ page, I get this error:


{{{
UnicodeDecodeError at /admin/jsi18n/

('ascii', 'j F Y \xd0\xb3.', 6, 7, 'ordinal not in range(128)')
}}}

Error on line:
{{{
 211. src.append(""catalog['%s'] = '%s';\n"" % (javascript_quote(k), javascript_quote(unicode(v)))) ...
}}}

Local vars:
{{{
k = 'DATE_FORMAT'
v = 'j F Y \xd0\xb3.'
}}}
"		closed	Internationalization	1.1		fixed		ramusus@…	Accepted	1	0	0	0	0	0
