Andy Seaborne created JENA-1981:
-----------------------------------
Summary: 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
Fix For: Jena 3.17.0
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)