﻿id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
3159	Ordinal not in range(128), wsgi + stdout	makro	hasienda	"The makro is running fine on Trac 0.12dev-r7195, but is does not handle special chars (e.g. german umlauts). If special chars appear in milestone or ticket names, lines 165f 
'name = row[0] ... buff.write( ... name ...)'
produce the error: 'ordinal not in range(128)'. Additionaly they contain a typo (celpadding). Maybe this could be fixed using .encode(""utf-8""). I did not manage to fix it though :-(

Also I encountered some problems with mod_wsgi, because of 'sys.stdout'. I soluted that with the following workaraund: 'sys.stdout = sys.stderr'. This could be done better, but unfortunately I'm no good ar python :(
"	defect	closed	low	WikiTicketCalendarMacro	major	fixed	unicode 0.12 wsgi	rjollos	0.12
