Support for "O" modifier (use locale's alternative numeric symbols) #1
Labels
effort: moderate
The issue will probably take a single contributor one or two days of work to resolve.
priority: medium
The issue makes it more difficult for people to use the software.
type: feature
The issue involves adding new or extended behavior to the package.
Normally, strftime/strptime implementations allow the use of locale-dependent number representations using the "O" modifier.
Currently the strtime package only supports writing and parsing Hindu–Arabic numerals. It should be updated to support other numerals using some interface comparable to what the
ordinalTransform
option currently provides.The text was updated successfully, but these errors were encountered: