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

Locale problems... #162

Open
niaccurshi opened this issue Jun 23, 2014 · 0 comments
Open

Locale problems... #162

niaccurshi opened this issue Jun 23, 2014 · 0 comments

Comments

@niaccurshi
Copy link

Hey, just a quick note that while dealing with language parsing on a project the use of setlocale(LC_ALL) to the correct locale for the language completely screws up the use of decimal places.

I don't have the time right now to look for the best solution, however in order to get my project to work again I added

setlocale(LC_NUMERIC , 'en_US'); 

to my PHP before parsing the .scss files. Hope this helps someone else and leads to fix.

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

No branches or pull requests

1 participant