Skip to:
Support script metadata for script variants. For example, just like Latn is cased, Latf & Latg are cased.
Easiest is probably to change the script properties builder to duplicate the regular-script properties.
I don't think we should say that Latn characters also have the Latf script, which means that `UnicodeSet("[:Latf:]")` will remain empty.
Makes sense to have script metadata properties for such variants but not UnicodeSet(variant) or similar.
Support script metadata for script variants. For example, just like Latn is cased, Latf & Latg are cased.
Easiest is probably to change the script properties builder to duplicate the regular-script properties.
I don't think we should say that Latn characters also have the Latf script, which means that `UnicodeSet("[:Latf:]")` will remain empty.