From: oetiker Date: Mon, 6 Mar 2006 07:15:45 +0000 (+0000) Subject: at least freebsd will not do utf8 bits properly without this X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=60e8a2fc96e1b91e0c277032119cdd6526da2f3c;p=rrdtool-all.git at least freebsd will not do utf8 bits properly without this git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@772 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/src/rrd_graph.c b/program/src/rrd_graph.c index 7adf04a8..6dbece36 100644 --- a/program/src/rrd_graph.c +++ b/program/src/rrd_graph.c @@ -2884,6 +2884,9 @@ rrd_graph_init(image_desc_t *im) #endif #ifdef HAVE_SETLOCALE setlocale(LC_TIME,""); +#ifdef HAVE_MBSTOWCS + setlocale(LC_CTYPE,""); +#endif #endif im->yorigin=0; im->xorigin=0;