[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tortoise tutorial
From: |
Andy Wingo |
Subject: |
Re: Tortoise tutorial |
Date: |
Tue, 10 Jan 2012 00:02:03 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) |
On Tue 20 Dec 2011 06:29, zx spectrumgomas <address@hidden> writes:
> The problem was my value of the LC_NUMERIC locale. If locale is
> spanish , decimal separator is "," and all doubles are displayed with
> a comma instead of a dot. I fixed it with :
> $export LC_NUMERIC="C"
Very interesting bug report, thanks!
Does it work if in start_gnuplot, you add:
setenv ("LC_NUMERIC", "C");
before the
execlp ("gnuplot", NULL);
?
Andy
--
http://wingolog.org/
- Re: Tortoise tutorial,
Andy Wingo <=