afs opened a new pull request, #2170:
URL: https://github.com/apache/jena/pull/2170
GitHub issue resolved #2167
This PR translates raw bad characters (see IRIREF pattern
`[^#x00-#x20<>"{}|^`\]`) into `\u` escapes.
This does not "fix" the URI - that's not possible.
The PR also has internal implementations for the other choices listed in
#2167 (print raw, which is Jena4 behaviour; percent encoding).
This code does not do an RFC 3986 parsing of the URI string nor does it
provide punycode host names.
----
- [x] Tests are included.
- [x] Commits have been squashed to remove intermediate development commit
messages.
- [x] Key commit messages start with the issue number (GH-xxxx, or if in
JIRA, JENA-xxxx)
By submitting this pull request, I acknowledge that I am making a
contribution to the Apache Software Foundation under the terms and conditions
of the [Contributor's
Agreement](https://www.apache.org/licenses/contributor-agreements.html).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]