|
From: <tim...@en...> - 2005-08-26 16:19:57
|
mi...@ph... wrote: >>"please switch to "C" locale for numbers, at least when >>communicating with gnuplot; otherwise, zooming wants to >>execute command "set xr[1,234:5,678]" which is wrong" >> >>I've seen this problem on my box too, which has locale fr_FR, with a comma for the LC_numeric locale. >> >> > >I reported a similar problem related to parsing .Xdefaults recently, and I >think init_locale() is called inside plot.c to switch to C locale. Isn't >initialization of wxterminal before this call? > > > No, it isn't : I initialize the wxwidgets library just before the loop on com_line(), so init_locale has already been called. |