Open hsivonen opened 2 years ago
Do you think the new tutorial does this better?
How much do you think the user needs to know? I'd say anything beyond --icuexport-tag=latest
is pretty advanced.
The new tutorial is much better. Thank you! Three points:
icu_testdata
might be appropriate for an app. Instead, it should probably more clearly make the case that icu_testdata
is for demonstration only, since the set of locales is picked for the purpose of exercising interesting things.Filed #2708 about the search collation data.
Currently the text at https://github.com/unicode-org/icu4x/blob/main/docs/tutorials/intro.md#generating-data talks about CLDR and doesn't explain what ICU-exported data is. It should explain that ICU-exported data covers Unicode Database data and CLDR data for collation. That is, the reader shouldn't assume that all CLDR-originating data is bundled for ICU4X use via
--cldr-tag
.