linux以及ubuntu中文顯示問題

2021-09-28 14:52:01 字數 981 閱讀 8523

首先理解編碼的格式:

1.ascii:只支援對英文編碼

2.gb2312:只支援國內的中文編碼

3.unicode-utf8:所有語言均支援

編譯器編碼設定選項改為utf-8或者gb2312。

source insight並不支援utf-8編碼格式,只支援gb2312格式編碼,所以就造成了source insight寫的**在linux下中文直接是亂碼,解決方案如下。

1、解壓外掛程式siplus到si的安裝目錄下。

2、採用notepad++建立檔案,設定為utf-8編碼格式即可。

3、使用si附加檔案,開始編寫。

4、儲存,然後在linux下開啟,果然沒有亂碼問題了。

檢視是否有對應中文的支援包 zh_cn.utf8

locale -a修改locale檔案配置vim /etc/default/locale

新增**:

lang=

"zh_cn.utf-8"

language=

"zh_cn:zh:en_us:en"

lc_numeric=

"zh_cn.utf-8"

lc_time=

"zh_cn.utf-8"

lc_monetary=

"zh_cn.utf-8"

lc_*****=

"zh_cn.utf-8"

lc_identification=

"zh_cn.utf-8"

lc_name=

"zh_cn.utf-8"

lc_address=

"zh_cn.utf-8"

lc_telephone=

"zh_cn.utf-8"

lc_measurement=

"zh_cn.utf-8"

lc_all=zh_cn.utf-

8

重啟reboot

ubuntu安裝中文支援以及scim中文輸入

1 now we can install some chinese packages,the commands are sudo apt get install language pack gnome zh sudo apt get install language pack gnome zh ba...

Ubuntu 中文支援

一 掛載windows系統所在的硬碟分割槽,假設為第二個分割槽 mount dev sda2 mnt xp 二 複製xp中的字型到ubuntu字型系統中 cp mnt xp windows fonts simsun.ttc usr share fonts x11 misc simsun.ttf三 重...

ubuntu 中文設定

1,安裝中文語言包 sudo apt get install language pack zh hans sudo update locale lang zh cn.utf 8 新增中文支援 sudo locale gen zh cn.utf 8 2.1,在 bashrc中設定用於設定語言的環境變數...