We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E.g
<http://de.dbpedia.org/resource/Technische_Universität_Dortmund__51/29/32.86/N__1> <http://www.w3.org/2003/01/geo/wgs84_pos#lat> "51.49246111111111"^^<http://www.w3.org/2001/XMLSchema#float> .
is parsed to
<http://de.dbpedia.org/resource/Technische_Universit?t_Dortmund__51/29/32.86/N__1> <http://www.w3.org/2003/01/geo/wgs84_pos#lat> "51.49246111111111"^^<http://www.w3.org/2001/XMLSchema#float> .
char ä gets encoded as ? (maybe java replacement char)
Write test, to check this behavior in a unit test to avoid deployment on a bad server configuration.
See also:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
E.g
is parsed to
char ä gets encoded as ? (maybe java replacement char)
Write test, to check this behavior in a unit test to avoid deployment on a bad server configuration.
See also:
The text was updated successfully, but these errors were encountered: