Export to GitHub

cr-documentor - issue #16

Special unicode letters like german umlaut won't render right


Posted on Sep 1, 2008 by Swift Kangaroo

What steps will reproduce the problem?

  1. Enter a comment like this (Using UTF-8 with signature - Codepage 65001): /// <summary> /// Verarbeitung einer Änderung der Präsentation. /// </summary>

What is the expected output? What do you see instead?

The Documentor window will show this: Verarbeitung einer Änderung der Präsentation. It should show this: Verarbeitung einer Änderung der Präsentation.

What version of the product are you using? On what operating system? CR_Documentor 2.1.0.0 / Windows XP Professional SP3

Please provide any additional information below.

THX for this great tool!

Attachments

Comment #1

Posted on Sep 2, 2008 by Helpful Wombat

Good catch. Will try and get this one fixed for next release.

Comment #2

Posted on Sep 4, 2008 by Helpful Wombat

This issue has been fixed as a side effect of fixing issue #14 (HTML entities incorrectly get decoded before display). This fix has been committed to the trunk and should be available in the next release.

Status: Fixed

Labels:
Type-Defect Priority-High