Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for "O" modifier (use locale's alternative numeric symbols) #1

Open
pineapplemachine opened this issue May 20, 2018 · 0 comments
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.

Comments

@pineapplemachine
Copy link
Owner

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 theordinalTransform option currently provides.

@pineapplemachine pineapplemachine added priority: medium The issue makes it more difficult for people to use the software. effort: moderate The issue will probably take a single contributor one or two days of work to resolve. type: feature The issue involves adding new or extended behavior to the package. labels May 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant