分类: LINUX
2007-08-15 12:15:49
在用户主目录的.emacs文件中加上
(set-default-coding-systems 'euc-jp)
(set-language-environment 'Japanese)
(set-keyboard-coding-system 'euc-jp)
(set-clipboard-coding-system 'euc-jp)
(set-terminal-coding-system 'euc-jp)
(set-buffer-file-coding-system 'euc-jp)
(set-selection-coding-system 'euc-jp)
(modify-coding-system-alist 'process "*" 'euc-jp)
(setq default-process-coding-system
'(euc-jp . euc-jp))
(setq-default pathname-coding-system 'euc-jp)
用puttyjp.exe来连接,一定要用puttyjp,用英文版的putty是不支持EUC-JP编码的
(1)設定の変更-->ウィンドウ-->変換
①文字コードの設定中要选择EUC-JP,
②CJK用の文字幅を使用する前打钩、
(2)設定の変更-->ウィンドウ-->外観
①フォントの設定中选择喜欢的日文字体,比如我喜欢HG明朝E
这样就可以在emacs中正常的观看EUC-JP编码的日文了