diff src/intl.c @ 223:2c611d1463a6 r20-4b10

Import from CVS: tag r20-4b10
author cvs
date Mon, 13 Aug 2007 10:10:54 +0200
parents 3d6bfa290dbd
children 8626e4521993
line wrap: on
line diff
--- a/src/intl.c	Mon Aug 13 10:10:03 2007 +0200
+++ b/src/intl.c	Mon Aug 13 10:10:54 2007 +0200
@@ -296,6 +296,7 @@
 {
 #if defined (I18N2) || defined (I18N3) || defined (I18N4)
   setlocale (LC_ALL, "");
+  setlocale(LC_NUMERIC, "C");
 #endif
 
 #ifdef I18N3