|
From: Ethan M. <merritt@u.washington.edu> - 2005-05-24 15:44:39
|
On Tuesday 24 May 2005 08:28 am, Ethan Merritt wrote: > > But if you want gnuplot_x11 always to run in a specific locale, > you can make a wrapper script: > > gnuplot_x11: > #!/bin/csh > setenv LC_TYPE C > real_gnuplot_x11 $@ Correction: That example is correct for setting character encoding, which is what I'm usually fighting. But for your specific issue (commas or periods in numbers) it should be: setenv LC_NUMERIC C -- Ethan A Merritt merritt@u.washington.edu Biomolecular Structure Center Mailstop 357742 University of Washington, Seattle, WA 98195 |