﻿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
6353	debug.technical_500_response fails on exceptions having localized text in unicode	peter.melvyn@…	Malcolm Tredinnick	"If I raise an exception with localized text e.g. 

   raise XXXInternalException, ugettext('_XXX_ERROR_...') % (...)

and it is caught in base.get_response() function, technical_500_response() instead of reporting localized exception's message complains with error:

   UnicodeEncodeError: 'ascii' codec can't encode character u'\u0161'
   in position 2: ordinal not in range(128)
"		closed	Core (Other)	dev		fixed		alex@…	Accepted	1	0	0	0	0	0
