From 38ca9f9d9e14fcf1e4e0b739cab19118d83ee295 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 13 May 2009 23:57:45 +0000 Subject: Fix SF/2790725 * driver/main.c (main): Set locale to nothing. * hyper/ex2ht.c (main): Likewise. * hyper/htadd.c (main): Likewise. * hyper/hthits.c (main): Likewise. * hyper/hyper.c (main): Likewise. * hyper/spadbuf.c (main): Likewise. * clef/edible.c (main): Likewise. * sman/session.c (main): Likewise. * sman/sman.c (main): Likewise. * sman/spadclient.c (main): Likewise. --- src/hyper/ex2ht.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/hyper/ex2ht.c') diff --git a/src/hyper/ex2ht.c b/src/hyper/ex2ht.c index b59e505e..fb667e3e 100644 --- a/src/hyper/ex2ht.c +++ b/src/hyper/ex2ht.c @@ -46,6 +46,7 @@ #include #include #include +#include #include "cfuns.h" @@ -266,6 +267,7 @@ main(int argc, char **argv) { int i; + setlocale(LC_ALL, ""); if (argc == 1) { fprintf(stderr, "usage: %s exfile.ht ...\n", argv[0]); return (-1); -- cgit v1.2.3