Index: poppler/PSOutputDev.cc =================================================================== RCS file: /cvs/poppler/poppler/poppler/PSOutputDev.cc,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PSOutputDev.cc --- poppler/PSOutputDev.cc 3 Mar 2005 19:46:04 -0000 1.1.1.1 +++ poppler/PSOutputDev.cc 23 Mar 2005 18:54:56 -0000 @@ -7,6 +7,7 @@ //======================================================================== #include +#include #ifdef USE_GCC_PRAGMAS #pragma implementation @@ -749,6 +750,7 @@ Page *page; PDFRectangle *box; + setlocale(LC_NUMERIC,"POSIX"); // initialize ok = gTrue; outputFunc = outputFuncA;