Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Fix splitLineCSV and broken CSV export in non US culture #49

Merged
merged 1 commit into from Dec 13, 2016

Conversation

Projects
None yet
2 participants

wezzix commented Dec 11, 2016

Fixes compilation error splitLineCSV, missing argument. Write float using Locale.US to ensure consistent export in cultures which use a ',' as decimal separator. Otherwise you'd get double comma, very difficult to parse: 0,00, 0,00, 0,00...

wezzix Fix compilation error splitLineCSV, missing argument. Write float usi…
…ng Locale.US to ensure consistent export in cultures which use a ',' as decimal separator.
a234387

@aj-ptw aj-ptw merged commit 35b086b into OpenBCI:master Dec 13, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment