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

Ability to convert English number to Chinese and vice-versa by adding the com.ibm.icu.text.NumberFormat class #173

Open
abc983ft opened this issue Sep 4, 2022 · 0 comments

Comments

@abc983ft
Copy link

abc983ft commented Sep 4, 2022

A solution to convert English numbers to Chinese numbers using ICU4J was provided here: https://stackoverflow.com/a/31532069

I would like to be able to do the same using .NET but I could not find the com.ibm.icu.text.NumberFormat class in your icu.net wrapper.

Note that NumberFormatInfo.NativeDigits is not able to convert English numbers to Chinese because it is more complex than simple digit substitution.

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

No branches or pull requests

2 participants