w3c / Unicorn

Unicorn - W3C's Unified Validator
https://validator.w3.org/unicorn/
Other
127 stars 59 forks source link

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

Open jeremyweber-np opened 7 years ago

jeremyweber-np commented 7 years ago

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:

`

`