整理 SecureCRT 中文顯示亂碼問題解決

2021-09-23 19:52:13 字數 1463 閱讀 6220

遠端 linux 機器。修改環境變數 lang 。例如在 ~/.bash_profile 裡面新增?

12

3

# user specific environment and startup programs

lang=zh_cn.utf8

exportlang

重新登入之後生效。

修改後檢視當前設定:?

12

3

4

5

6

7

8

9

10

11

12

13

14

15

16

[root@betty ~]# locale

lang=zh_cn.utf8

lc_ctype="zh_cn.utf8"

lc_numeric="zh_cn.utf8"

lc_time="zh_cn.utf8"

lc_collate="zh_cn.utf8"

lc_monetary="zh_cn.utf8"

lc_messages="zh_cn.utf8"

lc_*****="zh_cn.utf8"

lc_name="zh_cn.utf8"

lc_address="zh_cn.utf8"

lc_telephone="zh_cn.utf8"

lc_measurement="zh_cn.utf8"

lc_identification="zh_cn.utf8"

lc_all=

[root@betty ~]#

本地 windows 機器。修改 securecrt 的設定。找到「選項」->「會話選項」->「外觀」:

設定完成。然後測試一下。

SecureCRT中文顯示亂碼

環境 securecrt登陸redhat5.3 linux系統 問題 vi編輯器編輯檔案時檔案中的內容中文顯示亂碼,但是直接使用linux系統terminal開啟此檔案時中文顯示正常,確診問題出現在客戶端即securecrt的顯示問題 解決方法 1 修改遠端linux機器的配置 root rhel ...

解決SecureCRT中文顯示亂碼

以下兩步 遠端linux機器。修改環境變數lang。例如在 bash profile裡面新增 plain view plain copy export lang zh cn.utf8 重新登入之後生效。現在檢視一下當前設定 plain view plain copy myname myhost lo...

解決SecureCRT中文顯示亂碼

遠端linux機器。修改環境變數lang。例如在 bash profile裡面新增 plain view plain copy export lang zh cn.utf8 重新登入之後生效。現在檢視一下當前設定 plain view plain copy myname myhost locale ...