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