/
screen.send display blurred in Chinese characters [1]
screen.send display blurred in Chinese characters [1]
screen.send display blurred in Chinese characters
Friday, July 13, 2018 4:04 AM - kurt
function Main()
{
xsh.Screen.Synchronous = true;
xsh.Screen.Send("echo 字符串测试");
xsh.Screen.Send(String.fromCharCode(13));
xsh.Session.Sleep(1000);
}
script file encoding is usc-2 and xshell session encoding is utf-8.
Program Ver. : Xshell 5
{
xsh.Screen.Synchronous = true;
xsh.Screen.Send("echo 字符串测试");
xsh.Screen.Send(String.fromCharCode(13));
xsh.Session.Sleep(1000);
}
script file encoding is usc-2 and xshell session encoding is utf-8.
Program Ver. : Xshell 5
Previous views: 216
, multiple selections available,
Related content
WaitForString not work for Chinese characters [1]
WaitForString not work for Chinese characters [1]
More like this
windows10 1607 Simplified Chinese problem on menu bar [1]
windows10 1607 Simplified Chinese problem on menu bar [1]
More like this
Font problem [7]
Font problem [7]
More like this
supporting to chinese is too bad [5]
supporting to chinese is too bad [5]
More like this
xshell Printing Incorrect Characters [2]
xshell Printing Incorrect Characters [2]
More like this
xhs.Screen.Send 함수 문의 [1]
xhs.Screen.Send 함수 문의 [1]
More like this