Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Unicorn fails to parse nu html check results when an error contains Euro Symbol #190

Open
jeremyweber-np opened this issue Jan 9, 2017 · 0 comments

Comments

@jeremyweber-np
Copy link

Unicorn fails to parse nu validator results when an error contains Euro Symbol. This can be reproduced with the following steps:

  1. https://validator.w3.org/unicorn/
  2. General Conformance Check
  3. Address: http://www.infineon.com/cms/en/product/microcontroller/32-bit-tricore-tm-microcontroller/aurix-tm-family/aurix-tm-family-%E2%80%93-tc23xla/SAK-TC234LA-32F200F+AB/productType.html?productType=5546d46250cc1fdf0150cdc1ff1609c5#ispnTab6
  4. Notice results fail to produce a section for the Nu Html Checker

The html check result will contain an error such as:

... { type: "error", lastLine: 422, lastColumn: 28, message: "Forbidden code point U+0080.", extract: "udgetary Price �€/1k ", hiliteStart: 15, hiliteLength: 1 }, ...

This error an be eliminated by updating javax.json to v1.0.4. See https://mvnrepository.com/artifact/org.glassfish/javax.json/1.0.4. Required ivy change:

<dependency org="org.glassfish" name="javax.json" rev="1.0.4"/>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant