unicodetools icon indicating copy to clipboard operation
unicodetools copied to clipboard

port UnicodeProperty improvements from CLDR

Open markusicu opened this issue 3 years ago • 0 comments

When we were indirectly using CLDR UnicodeProperty, I made some improvements, intended to be performance optimizations for getting a UnicodeSet for the property=yes mappings:

  • https://github.com/unicode-org/cldr/pull/208/files#diff-55a84a7b970cb77290ac491e3ded85516f1d017374084b06b773d9a113adb7f6

Recover those into the unicodetools UnicodeProperty.

See issue #66 and pull request #219.

meld ~/cldr/uni/src/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/UnicodeProperty.java unicodetools/src/main/java/org/unicode/props/UnicodeProperty.java

markusicu avatar Apr 27 '22 17:04 markusicu