icu4x icon indicating copy to clipboard operation
icu4x copied to clipboard

Ensure that collations that use the import mechanism instead of alias are properly deduplicated

Open hsivonen opened this issue 2 years ago • 1 comments

#1965 is about the CLDR collation alias mechanism. Some collations are logically aliases but are implemented as duplicated data via import.

Ensure that these work and the data is deduplicated: gl: es bs: hr bs-Cyrl: sr fa-AF: ps sr-Latn: hr

hsivonen avatar May 30 '22 07:05 hsivonen

CC @sffc

hsivonen avatar May 30 '22 07:05 hsivonen

Now that we support custom parents for collation data, this is something we can fix if necessary. Note that ICU4C already performs this mapping in the icuexportdata.

sffc avatar Sep 26 '22 18:09 sffc