You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/01/25 00:13:00 UTC

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

    [ https://issues.apache.org/jira/browse/OPENNLP-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17023345#comment-17023345 ] 

ASF GitHub Bot commented on OPENNLP-1268:
-----------------------------------------

smarthi commented on pull request #356: OPENNLP-1268 -- fix StringUtil.toLowerCase() to work on codepoints, not chars
URL: https://github.com/apache/opennlp/pull/356
 
 
   
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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: Trivial
>
> {{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
(v8.3.4#803005)