-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
None
-
None
-
generic
-
generic
Raised in the jdk-dev ml:
https://mail.openjdk.java.net/pipermail/jdk-dev/2020-September/004727.html
---
For scripts Deseret, Osage, Old Hungarian, Warang Citi,
Medefaidrin, and Adlam, for strings with upper- and
lowercase variants of the same letter, the following
code fails:
Pattern pattern = Pattern.compile(lower, Pattern.CASE_INSENSITIVE);
Matcher matcher = pattern.matcher(upper);
assertThat(matcher.matches()).isTrue();
https://mail.openjdk.java.net/pipermail/jdk-dev/2020-September/004727.html
---
For scripts Deseret, Osage, Old Hungarian, Warang Citi,
Medefaidrin, and Adlam, for strings with upper- and
lowercase variants of the same letter, the following
code fails:
Pattern pattern = Pattern.compile(lower, Pattern.CASE_INSENSITIVE);
Matcher matcher = pattern.matcher(upper);
assertThat(matcher.matches()).isTrue();
- relates to
-
JDK-8248655 Support supplementary characters in String case insensitive operations
-
- Resolved
-