Problem description
The general options of SecureCRT and SecureFX have been set to UTF-8, but the new Chinese folder in SecureCRT, in SecureFX is still garbled, this problem, find a lot of methods, finally, let's talk about the solution.
View server code
View the linux encoding, modify to your own needs, this article has UTF-8 as an example to illustrate.
Modify the configuration file of the Linux Server:
[Root @ iitshare ~] # Vi/etc/sysconfig/i18n
If you select a Chinese system during system installation, change the LANG field:
LANG = zh_CN.UTF-8 ″
If you select an English system when installing the system, change the LANG field:
LANG = en_US.UTF-8 ″
General Solution
1. Right-click the connection tag of SecureCRT.
2. In the pop-up window, select the "appearance" tab on the Left bar, and select UTF8 in the window on the right ,:
3. Now, Chinese characters are displayed in SecureCRT:
Although Chinese characters can be displayed, the Chinese folders created in SecureFX still display garbled characters in SecureCRT. How can this problem be solved? You need to modify the configuration file for configuration, which will be described below.
Set the configuration file
1. Find the SecureFX configuration folder (options-Global Options, general configuration folder), for example, C: \ Users \ ZhangYQ \ AppData \ Roaming \ VanDyke \ Config;
2. In the Sessions subdirectory under the configuration folder, find the Session file (. ini extension) corresponding to the SecureCRT connection, and double-click to open it;
3. Find Filenames Always Use UTF8, change the parameter after = to 00000001, save and exit.