﻿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
13306	Umlaut gets currupted using django shell	anonymous	nobody	"I've detected some strange behavior using django shell (./manage.py shell), python2.5 and umlauts. It also persists if I try to reindex the search data with ./manage.py solr --reindex. But it also happens on systems without the app 'solango'.

{{{
$ python manage.py shell
Python 2.5.2 (r252:60911, Jan 24 2010, 17:44:40) 
[GCC 4.3.2] on linux2
Type ""help"", ""copyright"", ""credits"" or ""license"" for more information.
(InteractiveConsole)
>>> print u'blä'
blÃ¤
}}}

{{{
$ python
Python 2.5.2 (r252:60911, Jan 24 2010, 17:44:40) 
[GCC 4.3.2] on linux2
Type ""help"", ""copyright"", ""credits"" or ""license"" for more information.
>>> print u'blä'
blä
}}}
It doesn't occur on systems with python2.6."		closed	Uncategorized	1.1		invalid		glua@…	Accepted	0	0	0	0	0	0
