Open sffc opened 3 years ago
I think we should consider following a model similar to that in DateTimeFormat, where we have a public Pattern type, which is serializable and allowed to live in the data struct, with a human-readable representation for JSON and a machine-readable representation for Bincode (and rkyv).
👍
Dependency of #275
@younies is going to take a look at this.
Needed for currency. Assigning to @robertbastian
In #541, I use a temporary decimal pattern parsing algorithm as a placeholder for the main one that we will need to write in order to handle the full spectrum of CLDR data.
This algorithm will need to:
I think we should consider following a model similar to that in DateTimeFormat, where we have a public
Pattern
type, which is serializable and allowed to live in the data struct, with a human-readable representation for JSON and a machine-readable representation for Bincode (and rkyv).