RFR: 8301190: [vectorapi] The typeChar of LaneType is incorrect when default locale is tr
Paul Sandoz
psandoz at openjdk.org
Thu Jan 26 23:54:16 UTC 2023
On Thu, 26 Jan 2023 21:56:22 GMT, Glavo <duke at 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
More information about the core-libs-dev
mailing list