Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> setlocale(LC_ALL,""); >> >> I have tested on Windows and it works. The attached patch >> will add this call at proper position. > > Looks like a sane solution.
Be very careful with that. It will mean for example that double variables will use 1,23 instead of 1.23 in output, therefore breaking lyx file output. One has to find what the correct locale category is (LC_CTYPE?) JMarc