trac-code-comments-plugin
trac-code-comments-plugin copied to clipboard
UnicodeEncodeError with localized timestamps
Got a UnicodeEncodeError at line 66 of comments.html. Had to change it a bit:
<th>${comment.formatted_date().decode('utf-8')}</th>
Now it works fine.
The same bug is also in delete.html.