RMLio / RML-Processor

16 stars 13 forks source link

Processing fails on values with non-ASCII charactes #11

Open retog opened 7 years ago

retog commented 7 years ago

If for example in example8 I replace "Simergy" with "Sümergy" the test will fail as all triples with a literal that should contain the ü are missing in the output.

retog commented 7 years ago

The root cause is https://github.com/RMLio/RML-LogicalSourceHandler/issues/1. Thanks @santifa for tracking it down!