|
From: Tatsuro M. <tma...@ya...> - 2011-01-18 01:21:03
|
Hello --- Mojca Miklavec wrote: > If I create a file 'a.plt' in UTF-8 encoding and use > load 'a.plt' > then UTF-8 works without a problem. > > However if I type > set xlabel 'a将ュ将゛将�#39; > plot sin(x) > then it won't recognize the input unless I explicitely specify > set encoding cp852 > so it's just a problem of correctly interpreting the input, not a > problem of drawing it (which was also problematic on the old windows > terminal). > > I also need to tell that when I use "cmd" and change the font in > Properties to Lucida Console for example, then I'm able to paste a > Greek alpha into cmd window. However when I run gnuplot, this is > impossible - I can apparently only use characters from cp1250/cp852. > There is no way to enter any Greek letter at all. In Japanese windows, the situation is the same. We have to use a suitable text editor and execute in the script for the utf-8. In Unix (including Cygwin) terminal emulator works at various locale so that we can use the utf-8 on the terminal. There is the Msys mintty on windows. It seem to treat the UTF-8. However it cannot be used for gnuplot.exe (cursor behaviors are too strange to use it. Probably it is optimized for Msys system.) I hope the Msys mitty like a program that can be used for windows native environments. Regards Tatsuro -------------------------------------- Get the new Internet Explorer 8 optimized for Yahoo! JAPAN http://pr.mail.yahoo.co.jp/ie8/ |