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.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=ac2cd917b8b2c9a76824285c3d01050665d6b5c7 at least freebsd will not do utf8 bits properly without this git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@772 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_graph.c b/src/rrd_graph.c index 7adf04a..6dbece3 100644 --- a/src/rrd_graph.c +++ b/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;