[jira] [Commented] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-09-11 Thread Chen (Jira)
[ https://issues.apache.org/jira/browse/LANG-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16927355#comment-16927355 ] Chen commented on LANG-1453: Hi, [~ggregory] It doesn't work either. String#toUpperCase & String#toLowerCase

[jira] [Commented] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-09-10 Thread Gary Gregory (Jira)
[ https://issues.apache.org/jira/browse/LANG-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926722#comment-16926722 ] Gary Gregory commented on LANG-1453: Note that this is related to the issues that calling

[jira] [Commented] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-09-05 Thread Gerardo Torres Ontiveros (Jira)
[ https://issues.apache.org/jira/browse/LANG-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16923740#comment-16923740 ] Gerardo Torres Ontiveros commented on LANG-1453: See LANG-1406 last comments, this is the

[jira] [Commented] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-09-05 Thread Chen (Jira)
[ https://issues.apache.org/jira/browse/LANG-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16923376#comment-16923376 ] Chen commented on LANG-1453: Add replace method in RegExUtils.java public static String

[jira] [Commented] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-09-05 Thread Chen (Jira)
[ https://issues.apache.org/jira/browse/LANG-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16923235#comment-16923235 ] Chen commented on LANG-1453: Since case mappings are not always 1:1 char mappings, the resulting may be a

[jira] [Commented] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-08 Thread Gerardo Torres Ontiveros (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16835855#comment-16835855 ] Gerardo Torres Ontiveros commented on LANG-1453: This issue is the same that

[jira] [Commented] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-07 Thread Rob Tompkins (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16835223#comment-16835223 ] Rob Tompkins commented on LANG-1453: There are some curiosities when dealing with Unicode characters

[jira] [Commented] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-05-07 Thread Gerardo Torres Ontiveros (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16835215#comment-16835215 ] Gerardo Torres Ontiveros commented on LANG-1453: I figured out the cause of this bug and

[jira] [Commented] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-04-27 Thread Alan Mehio (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16827739#comment-16827739 ] Alan Mehio commented on LANG-1453: -- This is also verified on  JDK 12.0.1  under window 10 on