jqassistant-archive/jqa-commandline-tool

Encoding of rules files does not seem to be used correctly

Closed this issue · 4 comments

Given:

  • an Asciidoc rules file with German Umlauts (e.g. ü) with UTF-8-encoding
  • OS: Windows 10

When:

  • analyzing with command line runner

Then:

  • the XML report (which is UTF-8 encoded) contains special stuff (e.g. 'ü' instead of 'ü')

Is there any option that could be applied in order to change that behaviour, or is this a bug?

Welcome to the UTF-8 Selbsthilfegruppe (https://twitter.com/theuer/status/117317444481187840?lang=de)

This is quite nasty. Let me have a look at our tests and who difficult a possible might be.

We need to verify if the problem occurs while reading the Asciidoc rules or writing the XML report (or both). That's part of the core framework, should "move" that issue that project.

Asciidoc rule files are no longer supported by the jQA core, closing this issue.