Fix issues with unicode in markdown attachments.

Review Request #6733 — Created Jan. 5, 2015 and submitted — Latest diff uploaded

Information

Review Board
release-2.0.x
71122a4...

Reviewers

The renderer for markdown attachments had some bugs with unicode. I've changed
the log statement to actually log a traceback, and fixed it so that we don't
coerce bytes using the wrong codec.

  • Attached a markdown file that included unicode characters and saw it render
    properly.
  • Ran unit tests.
    Loading...