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 \r\n{{{\r\nUnicodeEncodeError: 'ascii' codec can't encode character ... in position 21: ordinal not in range(128)\r\n}}}\r\n\r\nThis error occurs when a user entered unicode characters in tickets/hour logs. When downloading the csv file in `queryhours2csv`, this error was thrown.\r\n\r\nThe included diff fixes the error by properly encoding all strings as utf-8.	defect	closed	high	TracHoursPlugin	critical	fixed	unicode csv export		0.12
