Gabriel M. Beddingfield wrote:

> That's odd, though.  The old code was using strstream's and doing conversions 
> implicitly with stream operators (<<, >>).  Seems like that *should* have 
> been 
> respecting the locale, too... but perhaps it wasn't.

strstream doesn't use the LC_* locale settings. You're probably better
off using strstream instead of QString or C functions like atof and
others, if you need locale-independent operation for reading/writing any
data files.

Krzysztof


------------------------------------------------------------------------------
_______________________________________________
Hydrogen-devel mailing list
Hydrogen-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to