Mercurial > hg > xemacs-beta
comparison lisp/mule/chinese.el @ 3174:588878f5a654
[xemacs-hg @ 2005-12-24 22:31:47 by aidan]
Revert a couple of changes from those last commits.
author | aidan |
---|---|
date | Sat, 24 Dec 2005 22:31:53 +0000 |
parents | c112a340ac91 |
children | 98af8a976fc3 |
comparison
equal
deleted
inserted
replaced
3173:a2331a8fccb5 | 3174:588878f5a654 |
---|---|
264 G0: ASCII | 264 G0: ASCII |
265 G1: Chinese-GB2312 | 265 G1: Chinese-GB2312 |
266 G2: Sisheng (PinYin - ZhuYin)" | 266 G2: Sisheng (PinYin - ZhuYin)" |
267 )) | 267 )) |
268 | 268 |
269 (define-coding-system-alias 'euc-china 'chinese-iso-8bit) | |
270 | |
271 ;; For consistency with euc-jp, euc-ko | 269 ;; For consistency with euc-jp, euc-ko |
272 (define-coding-system-alias 'euc-cn 'cn-gb-2312) | 270 (define-coding-system-alias 'euc-cn 'cn-gb-2312) |
273 | 271 |
274 (define-coding-system-alias 'gb2312 'cn-gb-2312) | 272 (define-coding-system-alias 'gb2312 'cn-gb-2312) |
275 (define-coding-system-alias 'chinese-euc 'cn-gb-2312) | 273 (define-coding-system-alias 'chinese-euc 'cn-gb-2312) |