We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hi!
Could you take a look at the following patch: http://anonscm.debian.org/cgit/collab-maint/libjsoncpp.git/tree/debian/patches/fix-double-parsing.patch?id=7d2b3086f3cfc770a877b7dfc4f532b7fc754c15
I think it should also be imported upstream.
The problem is that in some cases "," is used instead of "." for real numbers. It affects versions 0.10.x
The text was updated successfully, but these errors were encountered:
fix ,/. problem in reader
6416350
fixes open-source-parsers#293
Successfully merging a pull request may close this issue.
Hi!
Could you take a look at the following patch:
http://anonscm.debian.org/cgit/collab-maint/libjsoncpp.git/tree/debian/patches/fix-double-parsing.patch?id=7d2b3086f3cfc770a877b7dfc4f532b7fc754c15
I think it should also be imported upstream.
The problem is that in some cases "," is used instead of "." for real numbers.
It affects versions 0.10.x
The text was updated successfully, but these errors were encountered: