Implement generalized decimal pattern parsing #567
Labels
C-numbers
Component: Numbers, units, currencies
good first issue
Good for newcomers
help wanted
Issue needs an assignee
S-small
Size: One afternoon (small bug fix or enhancement)
T-core
Type: Required functionality
Milestone
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).The text was updated successfully, but these errors were encountered: