author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 4 Oct 2009 12:00:23 +0000 (12:00 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 4 Oct 2009 12:00:23 +0000 (12:00 +0000) | ||
commit | f5dc0ebee20dbe391f0d5dd860426912261f6d33 | |
tree | 602d1d703f1a3dec9c80176fb7daf7f509f7c0ef | tree | snapshot |
parent | 3dd07d8e91d816a056096c778a564d9a1ba6a4e7 | commit | diff |
Do not mess with the locale settings. The main program takes care of that (rrd_tool.c calls setlocale(LC_ALL,"") already.
We do call setlocale on LC_NUMERIC a few times to get predictable number formats when parsing strings into floats, but apart from that the code is
written in a portable manner and can take whatever the local system supports.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1932 a5681a0c-68f1-0310-ab6d-d61299d08faa
We do call setlocale on LC_NUMERIC a few times to get predictable number formats when parsing strings into floats, but apart from that the code is
written in a portable manner and can take whatever the local system supports.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1932 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd_graph.c | diff | blob | history |