|
From: Allin C. <cot...@wf...> - 2007-11-24 04:10:22
|
On Fri, 23 Nov 2007, Allin Cottrell wrote: > On Fri, 23 Nov 2007, Ethan A Merritt wrote: > > > > > lascaux [1235] ./gnuplot... > > > > > gnuplot> show locale > > > > > > LC_CTYPE is en_US.UTF-8 > > > LC_TIME is C > > This is puzzling... Still puzzling, but here's a hint: LC_CTYPE is registered correctly, as above, only in interactive mode. If you put "show locale" into a command file and run gnuplot on it, you'll see LC_CTYPE is C in an en_US.UTF-8 environment. Allin Cottrell |