Skip to content

Allow program to work in non-English languages#10

Closed
gschizas wants to merge 2 commits intomicrosoft:masterfrom
gschizas:master
Closed

Allow program to work in non-English languages#10
gschizas wants to merge 2 commits intomicrosoft:masterfrom
gschizas:master

Conversation

@gschizas
Copy link

Parsing a number should almost always contain the culture that the parsing should happen, otherwise local culture may break it. In the case of a standardized format (e.g. the itermcolor plist XML standard), the numbers use "." as the decimal separator, so the proper culture is the InvariantCulture. This is by definition the same as en_US, but it's more suited for parsing standardized strings such as this.

@msftclas
Copy link

This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. We will now review your pull request.
Thanks,
Microsoft Pull Request Bot

@gschizas
Copy link
Author

gschizas commented Aug 13, 2017

I'm removing this as duplicate, the very first PR handled this.

@gschizas gschizas closed this Aug 13, 2017
miniksa pushed a commit that referenced this pull request Oct 4, 2019
carlos-zamora pushed a commit that referenced this pull request Aug 21, 2020
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.

2 participants