Open
Description
icu_properties
does not support obtaining a CodePointMapData (or CodePointSet) from the string of a property name for many properties. It's supported for ECMA-262 binary properties through load_for_ecma_262_unstable
, but, e.g., load_word_break
cannot be accessed given a string; the client would have to perform property-name-to-icu_properties
-functions mapping themselves. Loose matching should also be supported.
UnicodeSet could also support more properties with those features.