HendrikRoth / boblight

Automatically exported from code.google.com/p/boblight
0 stars 0 forks source link

Locale issues #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There might be some locale issues regarding the conversion of floats to and
from ascii.
The C locale should be used for the config file, commandline arguments and
the client-server protocol, but not for the client-lib configuration interface.

This should be done with the imbue() method from stringstream, not with
setlocale().

Original issue reported on code.google.com by bob.loo...@gmail.com on 24 Oct 2009 at 4:35