Op 3-6-2013 17:53, Jean-Marc Lasgouttes schreef:
03/06/2013 17:49, Stephan Witt:
Isn't it the safest to add "setlocale(LC_NUMERIC, "C") to
GuiApplication::setLocale()" ?
We used to do this before, and this fixes also the other places
where we might get hit.
I wouldn't call this a fix.
Isn't it better to change the offending conversions in
lyx/src/support/convert.cpp?
I would say this is the correct fix for the regression spotted by
Juergen. We can discuss different alternatives, but this is for later
IMO.
JMarc
Ok, I committed it.
Vincent