﻿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
4021	[unicode][patch] initial sql with non-ascii strings not imported	Ivan Sagalaev <Maniac@…>	Jacob	"An SQL file containing utf-8 encoded data looking like this:

{{{
set names utf8;
insert into cicero_forum (`slug`, `name`, `group`, `ordering`) values ('test', 'Тестовый форум', 'Тест', 0);
}}}

breaks initial syncdb with mysql backend:

{{{
'ascii' codec can't decode byte 0xd0 in position 81: ordinal not in range(128)
}}}

Evidently there's a plain str-to-unicode conversion somewhere..."		closed	Uncategorized	other branch		fixed	unicode	Malcolm Tredinnick Maniac@…	Unreviewed	0	0	0	0	0	0
