-
Notifications
You must be signed in to change notification settings - Fork 51
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
Money.to_string for locale"bn" gives: Regex.CompileError unknown POSIX class name at position 5
#178
Comments
Wow, that's unexpected for sure. I won't be able to dive into this for a few hours but will resolve asap. |
No rush Kip and thanks for investigating! |
I've pushed a commit that fixes this issue. The issue is actually in ex_cldr_numbers. Would you consider configuring that from GitHub to check before I publish an update? Just add the following to your {:ex_cldr_numbers, github: "elixir-cldr/cldr_numbers", override: true}, |
I will and let you know the outcome. |
As far as I can tell this fixed it. Closing this issue |
Thanks for testing - I'll publish a new release to hex now. |
I've published ex_cldr_numbers version 2.33.5 with the following changelog entry: Bug Fixes
Thanks again. |
I was just writing a small proof of concept and ran into this.
What am I doing wrong here?
While a conversion for :USD works as expected:
That one failed:
The text was updated successfully, but these errors were encountered: