From: oetiker Date: Wed, 18 Jul 2007 22:02:18 +0000 (+0000) Subject: added note on locale X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=88fef9dea325fcd907dbb505f204144dccba89e3;p=rrdtool-all.git added note on locale git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1159 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/NEWS b/program/NEWS index 99d2c6ba..7c69bdbd 100644 --- a/program/NEWS +++ b/program/NEWS @@ -35,6 +35,11 @@ Forecasting (Evan Miller) method. It is a drop-in replacement for HWPREDICT, and is better suited for data whose seasonal variations grow or shrink in proportion to the average. +Locale Independent Input +------------------------ +* Regardles of locale you are in, rrdtool always expects input to be numbers (LC_NUMERIC) + in C or POSIX locale for numbers. (not 1,1 but 1.1) this is necessary to make + things like RPN work as it uses , as a separator. RRDTOOL NEWS ============