Skip to content

Conversation

@aliceconcordel
Copy link
Contributor

Replaced std::atof with ParsingUtils::parse_float and ParsingUtils::parse_double to avoid dependency on locale

This uses istringstream to parse the string to float which depends on the global locale compared to atof which depends on the local locale (see here).

this fixes #53

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

Successfully merging this pull request may close these issues.

Robot txt params may fail to read depending on system locale

1 participant