-
Notifications
You must be signed in to change notification settings - Fork 0
Support for "O" modifier (use locale's alternative numeric symbols) #1
Copy link
Copy link
Open
Labels
effort: moderateThe issue will probably take a single contributor one or two days of work to resolve.The issue will probably take a single contributor one or two days of work to resolve.priority: mediumThe issue makes it more difficult for people to use the software.The issue makes it more difficult for people to use the software.type: featureThe issue involves adding new or extended behavior to the package.The issue involves adding new or extended behavior to the package.
Metadata
Metadata
Assignees
Labels
effort: moderateThe issue will probably take a single contributor one or two days of work to resolve.The issue will probably take a single contributor one or two days of work to resolve.priority: mediumThe issue makes it more difficult for people to use the software.The issue makes it more difficult for people to use the software.type: featureThe issue involves adding new or extended behavior to the package.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
ordinalTransformoption currently provides.