afs opened a new pull request, #2134: URL: https://github.com/apache/jena/pull/2134
GitHub issue resolved #2039 This closes #2126 This closes #2051 Pull request Description: This PR makes language tags case insensitive. Internally, they are formatted using the light-weight algorithm in [RFC 5646, section 2.1.1](https://datatracker.ietf.org/doc/html/rfc5646#section-2.1.1). It does not validate language tags. e.g. `en`, `en-GB`, `en-Latn-GB` The PR also includes the node machinery for initial text direction (RDF 1.2). It does not include API or SPARQL support. Language tag validation during parsing may be added later. ---- - [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]
