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 \r\n'name = row[0] ... buff.write( ... name ...)'\r\nproduce 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 :-(\r\n\r\nAlso 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 :(\r\n,defect,closed,low,WikiTicketCalendarMacro,major,fixed,unicode 0.12 wsgi,rjollos,0.12
