[
https://issues.apache.org/jira/browse/JENA-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17217783#comment-17217783
]
ASF subversion and git services commented on JENA-1981:
-------------------------------------------------------
Commit 1b5bc3bceced525368c02b3524bd6c9c94d01795 in jena's branch
refs/heads/master from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=1b5bc3b ]
Merge pull request #815 from afs/jena1981_unicode-substr
JENA-1981 Unicode and SUBSTR
> 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)