You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Tim Allison (JIRA)" <ji...@apache.org> on 2019/06/07 15:33:01 UTC

[jira] [Updated] (OPENNLP-1268) StringUtil.toLowerCase() should lowercase codepoints, not chars

     [ https://issues.apache.org/jira/browse/OPENNLP-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Allison updated OPENNLP-1268:
---------------------------------
    Description: {{StringUtils#toLowerCase()}} should run Character.tolowerCase() on code points.  It is currently failing to lowercase characters beyond the BMP.

> StringUtil.toLowerCase() should lowercase codepoints, not chars
> ---------------------------------------------------------------
>
>                 Key: OPENNLP-1268
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-1268
>             Project: OpenNLP
>          Issue Type: Task
>            Reporter: Tim Allison
>            Priority: Major
>
> {{StringUtils#toLowerCase()}} should run Character.tolowerCase() on code points.  It is currently failing to lowercase characters beyond the BMP.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)