trident-job / delphi-code-coverage

Automatically exported from code.google.com/p/delphi-code-coverage
0 stars 0 forks source link

UTF-8 support in HTML report files #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello.

You have HTML report files with "charset=utf-8". But real code page for that -- 
ANSI.

When I'm use non-asci paths or source comments then HTML report failed with 
wrong code page.

See attachments:
1. IE wrong characters;
2. Nodetepad++ with UTF-8 wrong characters;
3. Nodetepad++ with ANSI good characters;

Original issue reported on code.google.com by jayd...@gmail.com on 2 Sep 2014 at 10:52

Attachments:

GoogleCodeExporter commented 9 years ago
Test on r186 build from source.

Original comment by jayd...@gmail.com on 2 Sep 2014 at 10:53

GoogleCodeExporter commented 9 years ago
Well, for fast fix you can add in HTML-files windows-1251 charset.

<meta content="text/html; charset=WINDOWS-1251" http-equiv="Content-Type" />

Original comment by jayd...@gmail.com on 2 Sep 2014 at 10:56

GoogleCodeExporter commented 9 years ago

Original comment by e.kotlya...@gmail.com on 2 Sep 2014 at 4:28

GoogleCodeExporter commented 9 years ago

Original comment by e.kotlya...@gmail.com on 6 Sep 2014 at 8:42