id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
10233,UnicodeDecode error when saving hours as csv (fix included),dolfandringa,rjollos,When downloading a csv file from the /hours url_ sometimes I get a UnicodeEncodeError: 'ascii' codec can't encode character ... in position 21: ordinal not in range(128)\r\n\r\nThis error occurs when a user entered unicode characters in tickets/hour logs. When downloading the csv filein queryhours2csv_ this error was trown.\r\n\r\nThe included diff fixes the error by properly encoding all strings as utf-8.\r\n,defect,assigned,high,TracHoursPlugin,critical,,,,0.12
