herminiogg / ShExML

A heterogeneous data mapping language based on Shape Expressions
http://shexml.herminiogarcia.com
MIT License
15 stars 2 forks source link

Bug: ShExML does not support non-english characters #153

Closed andrawaag closed 4 months ago

andrawaag commented 10 months ago

When running a ShExML file with non-English characters, ShExML returns the following error:

<line 255:55 token recognition error at: 'ń'>

The input line was:

<"Adam Mickiewicz University in Poznań" as Q348402 &>

herminiogg commented 10 months ago

This is related to the Java configuration, normally it should work using the following option when executing the CLI: java -Dfile.encoding=UTF8 -jar ShExML.jar