icu4x icon indicating copy to clipboard operation
icu4x copied to clipboard

Split DateTime symbols data into length-based chunks

Open Manishearth opened this issue 2 years ago • 1 comments
trafficstars

Part of https://github.com/unicode-org/icu4x/issues/3413

Currently DateTimeSymbols data contains data for every length of symbol data, regardless of which is requested. We shoudl slice it down into MonthSymbols (which can be long/short/medium/full), WeekSymbols, etc and load just what is needed during data loading.

This is likely a 2.0 candidate (https://github.com/unicode-org/icu4x/issues/2856). This will need some investigation.

Manishearth avatar Jun 29 '23 10:06 Manishearth

Partly duplicate of #3865

sffc avatar Oct 05 '23 18:10 sffc

This is done with neo dateformatter.

Manishearth avatar Jan 06 '25 19:01 Manishearth