]> git.lyx.org Git - features.git/blobdiff - src/support/os_unix.cpp
Fix import of latex documents with scaled fonts.
[features.git] / src / support / os_unix.cpp
index 03dfb381c22480c03d08fcfaac692bb7154d4007..b298a7da85efd444e5640baa6a7dff9e82637d49 100644 (file)
@@ -49,6 +49,7 @@ void init(int argc, char * argv[])
 
        // Set environment's default locale
        setlocale(LC_ALL, "");
+       setlocale(LC_NUMERIC, "C");
 }