[
https://issues.apache.org/jira/browse/JENA-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Seaborne resolved JENA-1981.
---------------------------------
Resolution: Fixed
> SUBSTR fails on strings with codepoints beyond U+10000
> ------------------------------------------------------
>
> Key: JENA-1981
> URL: https://issues.apache.org/jira/browse/JENA-1981
> Project: Apache Jena
> Issue Type: Improvement
> Affects Versions: Jena 3.16.0
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Priority: Major
> Fix For: Jena 3.17.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> This is from [https://github.com/w3c/rdf-tests/pull/65]
> {noformat}
> # As a UTF-16 pair, but one codepoint.
> substr('\\uD83D\\uDC6A', 2)
> {noformat}
> {noformat}
> substr('👪', 2)
> {noformat}
> The character is U+0001F46A 👪 - FAMILY.
> Â
--
This message was sent by Atlassian Jira
(v8.3.4#803005)