Manish Goregaokar
Manish Goregaokar
sorry, yes, symbols
Yeah that's a good point
Split out numeric symbols stuff in https://github.com/unicode-org/icu4x/issues/4242
This is done in neo.
Plan for this for 1.3 is to implement hardcoded mostly-correct behavior https://github.com/unicode-org/icu4x/issues/3865#issuecomment-1692219467
This is supported in neo.
This is done with neo dateformatter.
Currently the only overrides available are `d=hanidays, hanidec, hebr, M=romanlow, y=jpanyear`. Out of these , the `M` and `d` ones can be hardcoded as a symbols array (though it may...
Note that we currently have `to_frozen_array` for constructing `JSVal` frozen arrays. This issue is about having them work in WebIDL.
cc @pcwalton probably a WR bug? There were some recent clipping changes.