Ubuntu端末が突然中国語を入力できなくなった

1262 ワード

1.質問
入力方式の変更は一切行われておらず、端末の下に中国語を入力した後、対応項目を選択してterminalに表示できず、コピーして貼り付けてもだめです.
2.ソリューション
ブログを参考にした方法で問題を解決したので、ここに記録しておきます.私は直接/etc/inputrcで直接行った修正で、上の2つの行為は元のもので、下の2つの行為は追加して放して、それからシステムを再起動して問題を解決しました.
# Be 8 bit clean.
set input-meta on
set output-meta on

# To allow the use of 8bit-characters like the german umlauts, uncomment
# the line below. However this makes the meta key not work as a meta key,
# which is annoying to those which don't need to type in 8-bit characters.

set meta-flag on
set convert-meta off


3.その他
#  inputrc     4                    
"\e[A": history-search-backward 
"\e[B":history-search-forward 
set show-all-if-ambiguous on 
set completion-ignore-case on