***讓cygwin支援中文
1. 編輯使用者home目錄下的檔案.inputc,去除以下幾行的注釋:
set meta-flag on
set convert-meta off
set output-meta on
set input-meta on
2 編輯使用者home目錄下的檔案.bash_profile,在檔案末尾加上下面幾行:
alias ls='ls --color --show-control-chars'
export lc_all=zh_cn.gb23122
export lc_ctype=zh_cn.gb2312
export lang=zh_cn.gb2312
export xmodifiers="@im=chinput"3
stty cs8 -istrip
stty pass8
export lesscharset=latin1
3,經過以上過程後,重啟cygwin,就應許支援中文了,當然,如果要改變home目錄則要編輯cygwin.bat,具體如下:
在bash命令之前加入set home=
<
使用者目錄
>
,比使用者目錄設定在c:\cygwin\home\administrator
這一步是必須的,否則上面的設定無法生效
Cygwin的中文支援(解決亂碼)
在cygwin home資料夾下 將下面的注釋去掉 bash profile 讓ls和dir命令顯示中文和顏色 alias ls ls show control chars color alias dir dir n color 設定為中文環境,使提示成為中文 exportlang zh cn.gb...
Cygwin中文支援並消除英文亂碼
近來,由於機器配置低,實在是煩透了虛擬機器的速度所以裝了個cygwin。但當進入windows目錄的時候看到所有中文檔案都變成了 於是我上google了一下解決辦法,後來發現網上的方法雖然讓cygwin支援了中文,可很多英文倒變成了亂碼如man檢視幫助的部分英文 svn的幫助資訊。於是自己嘗試修改原...
讓mysql支援中文
我用spring ibatis mysql搭了乙個框架,但是中文顯示亂碼。解決問題的路徑 1 在資料庫連線的url 後加上 useunicode true characterencoding utf8 2 修改mysql的配置檔案my.ini 在 client 後加上default characte...