GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/308
JENA-1384: Canonical literals: lexical form and langTags
RDFParser options to handle canonical lexcial form for values ("+0123"
becomes "123" for an xsd:integer) and options for handling language tags (to
RFC-canonical form; to lowercase).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena canonical-langtags
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/308.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #308
----
commit 3b59d0b6db85b5d36cec78f5c02aae21cc8aff6f
Author: Andy Seaborne <[email protected]>
Date: 2017-11-14T16:31:54Z
JENA-1384: Canonical literals: lexical form and langTags
----
---