<i18n dev> RFR: 8365675: Add String Unicode Case-Folding Support [v2]

Chen Liang liach at openjdk.org
Wed Oct 8 18:23:26 UTC 2025


On Wed, 8 Oct 2025 16:31:53 GMT, Bernd <duke at openjdk.org> wrote:

> Did you also consider a startsWith/containsCaseFold, I missed the case ignoring variants of those already.

I think for this purpose, we should rather introduce an API to case fold a string - we can use these operations on the case-fold-normalized strings.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/27628#issuecomment-3382715644


More information about the i18n-dev mailing list