修改個人\cygwin\home\user_id下面的幾個檔案:
1.在.bash_profile中加入或修改一下幾行
export lc_all=zh_cn.gbk
export lc_ctype=en_us.utf-16
export lang=en_us.utf-16
export xmodifiers=@im=chinput3
stty cs8 -istrip
stty pass8
export lesscharset=latin1
並在系統環境變數中加入:
lc_all 值為:zh_cn.gbk
2.ls顏色高亮,在.bashrc中修改如下:
alias ls='ls --color --show-control-chars'
3.中文輸入,在.inputrc中修改如下:
# allow 8-bit input/output
set meta-flag on
set convert-meta off
set input-meta on
set output-meta on
Cygwin中文亂碼 vim語法高亮 ls顏色顯示
cygwin中文亂碼 vim語法高亮 ls顏色顯示 2008 11 28 22 05 開啟cygwin作如下配置 1 在任何位置執行 vi bashrc 並在行尾新增如下內容並儲存關閉 export lesscharset latin1 alias less bin less r alias ls ...
Cygwin中文亂碼問題
直接執行 alias ls ls color show control chars time style long iso 或者把上面的內容加到 etc profile中重啟cygwin即可。為了使使用更方便,推薦增加如下配置資訊 1.編輯使用者home目錄下的檔案.inputc,去除以下幾行的注釋...
cygwin中文亂碼解決
1,在.bashrc profile末尾新增以下內容 讓ls和dir命令顯示中文和顏色 alias ls ls show control chars color alias dir dir n color 設定為中文環境,使提示成為中文 export lang zh cn.gbk 輸出為中文編碼 e...