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

Add Unicode support #25

Open
jenstroeger opened this issue Oct 3, 2024 · 1 comment
Open

Add Unicode support #25

jenstroeger opened this issue Oct 3, 2024 · 1 comment

Comments

@jenstroeger
Copy link

Hi, considering that the Unicode code points U+2160 to U+217F (part of the Number Forms) define dedicated upper-case and lower-case characters for roman numerals, I’m curious if there are plans to support those.

I could imagine an optional flag unicode_numerals for the two functions fromRoman() and toRoman() which

  • when False (default) uses plain ASCII characters, the current behaviour; and
  • when "lc" uses the Unicode code points U+217x (lower case) and when "uc" uses the Unicode code points U+216x.

The upper/lower case could also be handled as a separate flag, considering PR #22.

Happy to tinker with a PR, if need be.

@dataflake
Copy link
Member

There are no plans, no. This package is in pure maintenance mode. Feel free to apply for contributor status (see https://www.zope.dev/developer/becoming-a-committer.html) and suggest a PR, I'll be happy to look at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants