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

Missing validation: Invalid float value (comma instead of point, exponent notation) #16

Open
laurentg opened this issue Jun 3, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@laurentg
Copy link
Member

laurentg commented Jun 3, 2020

Many floating point formatters in some language has the bad tendency of using current locale to output floating point number in a bad format (using comma instead of point as decimal separator). Also sometimes the exponent notation is wrongly used, for example for small numbers (frequent in Europe or near the Equator for small longitude/latitude).

Invalid float value (comma instead of point, exponent notation).

Is this part of the current validator?

@laurentg laurentg added enhancement New feature or request backward-compat Backward compatibility issue with standard validator labels Jun 3, 2020
@laurentg laurentg removed the backward-compat Backward compatibility issue with standard validator label Jul 17, 2020
@laurentg
Copy link
Member Author

Removing the backward-compat label as this is not part of the current validation apparently.

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

No branches or pull requests

1 participant