> Update the lowercasing logic for Greek capital sigma to use the "Final_Sigma" > condition. The current implementation still uses the "Final_Cased" condition > from Unicode 4.0. > > This change also generates the `ConditionalSpecialCasing` entries and > Unicode-property predicates from the UCD, replacing manually maintained data > that was incomplete and out of date. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Naoto Sato has updated the pull request incrementally with one additional commit since the last revision: Made the non-conditional case explicit by setting it to "NONE" ------------- Changes: - all: https://git.openjdk.org/jdk/pull/31937/files - new: https://git.openjdk.org/jdk/pull/31937/files/b0a8c70b..b50616d2 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=31937&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31937&range=01-02 Stats: 4 lines in 2 files changed: 2 ins; 0 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/31937.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31937/head:pull/31937 PR: https://git.openjdk.org/jdk/pull/31937
