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
Original issue reported on code.google.com by
bob.loo...@gmail.com
on 24 Oct 2009 at 4:35