On Mon, 6 Jul 2009, Krzysztof Foltman wrote:

> Jakob Lund wrote:
> 
>> , but now it can play, hoorah! At least as long as I don't try to load from 
>> a
>> path that has an `?` (danish letter) in it... sigh...
>> Indeed, locale seems to be the problem. Then it's a tinyxml problem I 
>> guess!?
> 
> atof/sprintf(... "%f" ...) problem, I guess. Decimal point, to be precise.

Sounds like stuff related to rev 1183 where the old string conversion stuff was 
replaced by QString stuff.  I'm guessing that the QStrings are trying to 
(incorrectly) respect the locale settings with respect to decimal points.

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.

-Gabriel




------------------------------------------------------------------------------
_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to