unicode-org / icu4x

Solving i18n for client-side and resource-constrained environments.
https://icu4x.unicode.org
Other
1.38k stars 176 forks source link

DecimalDigitsV1 numbering systems sets should be configurable #5824

Open Manishearth opened 2 hours ago

Manishearth commented 2 hours ago

As of https://github.com/unicode-org/icu4x/pull/5822, we generate DecimalDigitsV1 based off of all numbering systems needed for decimal formatting. It's possible for people to have a different preference; to generate all numbering systems available, or a specific list, when you are generating data in separate pipelines.

We should support this.

sffc commented 2 hours ago

In general, this falls under the category of "datagen should support customizing data marker attributes".