You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
Unicorn fails to parse nu validator results when an error contains Euro Symbol. This can be reproduced with the following steps:
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"/>
The text was updated successfully, but these errors were encountered: