trac-code-comments-plugin icon indicating copy to clipboard operation
trac-code-comments-plugin copied to clipboard

UnicodeEncodeError with localized timestamps

Open stachenov opened this issue 10 years ago • 1 comments

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.

stachenov avatar Oct 27 '15 10:10 stachenov

The same bug is also in delete.html.

stachenov avatar Oct 27 '15 11:10 stachenov