You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to determine the version of the ScriptExtensions.txt file used to generate the baked in data in the icu_properties crate. The headers in the icu_properties_data crate state that they were generated from CLDR 45.0.0, but afaik script extensions are separate from CLDR. Is there any way for me to see what the source data was?
edit:
to make this perhaps a more actionable issue: is there currently any way for me to use the script & script extension data from unicode 16? I've tried rebuilding manually using icu4x-datagen and the data still looks out of date (specifically ScriptWithExtensions::new().get_script_extenstions_val('\u{2bc}') is returning the default script, but should be returning Beng Cyrl Deva Latn Lisu Thai Toto per the link above.)
The text was updated successfully, but these errors were encountered:
I'm trying to determine the version of the ScriptExtensions.txt file used to generate the baked in data in the
icu_properties
crate. The headers in theicu_properties_data
crate state that they were generated from CLDR 45.0.0, but afaik script extensions are separate from CLDR. Is there any way for me to see what the source data was?edit:
to make this perhaps a more actionable issue: is there currently any way for me to use the script & script extension data from unicode 16? I've tried rebuilding manually using
icu4x-datagen
and the data still looks out of date (specificallyScriptWithExtensions::new().get_script_extenstions_val('\u{2bc}')
is returning the default script, but should be returningBeng Cyrl Deva Latn Lisu Thai Toto
per the link above.)The text was updated successfully, but these errors were encountered: