﻿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
6849	UnicodeEncodeError thrown when unicode messages were sent to outlog&errlog	feisan	nobody	"{{{
pythin manage.py runfcgi --settings=settings \
  maxchildren=20 maxspare=10 minspare=2 \
  outlog=xxx.out \
  errlog=xxx.err
}}}

and the view code is 

{{{
def someview(request):
  print u'\u6d4b\u8bd5' #should be sent to outlog, but the UnicodeEncodeError thrown 
}}}
"	Bug	closed	Core (Other)	dev	Normal	wontfix	outlog errlog runfcgi unicode		Accepted	1	0	0	1	0	0
