Jean-Marc Lasgouttes wrote: > This part of the patch is probably helpful. Could you try it out?
It does not seem to help, the decimal separator is still localized with LC_NUMERIC=C. Th console shows this: juer...@whisper:~/lyx/lyx-qt> LC_NUMERIC=C src/lyx -dbg locale Setting debug level to locale Debugging `locale' (Locale/Internationalisation) GuiApplication.cpp(1080): Tring to set default locale to: de GuiApplication.cpp(1097): Successfully installed Qt translations for locale qt_de_DE however, unrelated to your patch, I noted that the frontend gets the encoding wrong: juer...@whisper:~/lyx/lyx-qt> LANG=en_EN src/lyx -dbg locale Setting debug level to locale Debugging `locale' (Locale/Internationalisation) GuiApplication.cpp(1080): Tring to set default locale to: de GuiApplication.cpp(1097): Successfully installed Qt translations for locale qt_de_DE So maybe the settings just do not make it to the frontend? Jürgen