Code

at least freebsd will not do utf8 bits properly without this
[rrdtool.git] / src / rrd_graph.c
index 7adf04a8324ce1647f0497068cb4233a2f4939a4..6dbece3612d84421b2ff20b274c4cbad6b27077b 100644 (file)
@@ -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;