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

Unformat won't parse french number formatted by asp.net #765

Open
DBlaisAsc opened this issue Feb 24, 2025 · 0 comments
Open

Unformat won't parse french number formatted by asp.net #765

DBlaisAsc opened this issue Feb 24, 2025 · 0 comments

Comments

@DBlaisAsc
Copy link

DBlaisAsc commented Feb 24, 2025

When a number is outputted by my razer view, in french, thousand separator is a char(160), not a space.

To be unable to unformat, I have to change char(160) to a space and then call unformat.

Can the unformat method support both blank and char(160)?

My workaround is :

total += numbro.unformat(value.replace(/\xA0/g," "));

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

1 participant