Mercurial > hg > xemacs-beta
comparison lisp/mule/chinese.el @ 444:576fb035e263 r21-2-37
Import from CVS: tag r21-2-37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:36:19 +0200 |
parents | 3ecd8885ac67 |
children | 943eaba38521 |
comparison
equal
deleted
inserted
replaced
443:a8296e22da4e | 444:576fb035e263 |
---|---|
253 "CCL program to encode a Big5 code to code point of Big5 font.") | 253 "CCL program to encode a Big5 code to code point of Big5 font.") |
254 | 254 |
255 ;; (setq font-ccl-encoder-alist | 255 ;; (setq font-ccl-encoder-alist |
256 ;; (cons (cons "big5" ccl-encode-big5-font) font-ccl-encoder-alist)) | 256 ;; (cons (cons "big5" ccl-encode-big5-font) font-ccl-encoder-alist)) |
257 | 257 |
258 (set-charset-ccl-program 'chinese-big5-1 ccl-encode-big5-font) | 258 (set-charset-ccl-program 'chinese-big5-1 'ccl-encode-big5-font) |
259 (set-charset-ccl-program 'chinese-big5-2 ccl-encode-big5-font) | 259 (set-charset-ccl-program 'chinese-big5-2 'ccl-encode-big5-font) |
260 | 260 |
261 (set-language-info-alist | 261 (set-language-info-alist |
262 "Chinese-BIG5" '((charset chinese-big5-1 chinese-big5-2) | 262 "Chinese-BIG5" '((charset chinese-big5-1 chinese-big5-2) |
263 (coding-system big5 iso-2022-7bit) | 263 (coding-system big5 iso-2022-7bit) |
264 (coding-priority big5 cn-gb-2312 iso-2022-7bit) | 264 (coding-priority big5 cn-gb-2312 iso-2022-7bit) |