|
From: Hans-Bernhard B. <HBB...@t-...> - 2010-09-25 23:03:08
|
On 25.09.2010 22:24, Jon wrote: > I had raised this issue some time ago, but was persuaded that it could be > due to the operation system setting instead of gnuplot itself. It is. It's regularly caused by a mismatch of the character encoding used by the terminal (emulator) and the terminal setting. Double-check your TERM environment variable, gnuplot build options (readline or not), and the settings of your terminal emulator (PuTTY in your case). |