Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1251427
  • 博文数量: 264
  • 博客积分: 10772
  • 博客等级: 上将
  • 技术积分: 2325
  • 用 户 组: 普通用户
  • 注册时间: 2007-07-25 11:54
文章分类

全部博文(264)

文章存档

2012年(4)

2011年(51)

2010年(31)

2009年(57)

2008年(51)

2007年(70)

分类: 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编码的日文了

阅读(1270) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~