On Thu, 26 Jan 2023 21:56:22 GMT, Glavo <d...@openjdk.org> wrote: > When the default Locale is tr, the letter `i` will be converted to `İ` > (U+0130) by `toUpperCase()`. This causes the assertion to fail.
Looks good. I am grateful the assert was in place. ------------- Marked as reviewed by psandoz (Reviewer). PR: https://git.openjdk.org/jdk/pull/12238