2008-04-16
emacs中指定编码
可以在文件头增加: -*- coding: gb2312; -*-
相关键:C-x RET r TAB会列出相关的编码
C-x <RET> f coding <RET>
Use coding system coding for saving or revisiting the visited file in the current buffer.
C-x <RET> c coding <RET>
Specify coding system coding for the immediately following command.
C-x <RET> r coding <RET>
Revisit the current file using the coding system coding.
M-x recode-region <RET> right <RET> wrong <RET>
Convert a region that was decoded using coding system wrong, decoding it using coding system right instead.
相关键:C-x RET r TAB会列出相关的编码
C-x <RET> f coding <RET>
Use coding system coding for saving or revisiting the visited file in the current buffer.
C-x <RET> c coding <RET>
Specify coding system coding for the immediately following command.
C-x <RET> r coding <RET>
Revisit the current file using the coding system coding.
M-x recode-region <RET> right <RET> wrong <RET>
Convert a region that was decoded using coding system wrong, decoding it using coding system right instead.
- 09:40
- 浏览 (127)
- 评论 (0)
- 分类: linux/unix
- 相关推荐
发表评论
- 浏览: 79620 次
- 性别:

- 来自: 上海

- 详细资料
搜索本博客
我的相册
藏民生活体验(做糌粑)
共 5 张
共 5 张
链接
最新评论
-
Groovy 1.6-beta-1发布, ...
def f = gsh.find('.', '-name', '*.java', ...
-- by agile_boy -
Groovy 1.6-beta-1发布, ...
多谢了! 不过在groosh里面似乎不能使用通配符 def gsh = new ...
-- by groovyzhou -
Grails 1.0.3发布
to cauxu 如果要深入了解,还是有必要去了解一下Spring和Hibern ...
-- by agile_boy -
Grails 1.0.3发布
使用Grails 需要熟悉Spring hibernate么?
-- by cauxu -
Grails 1.0.3发布
究竟grails 1.1还发不发呀!我最近都偃旗息鼓,学django去了!感觉g ...
-- by zengsun






评论排行榜