/[emacs]/emacs/lisp/language/chinese.el
ViewVC logotype

Diff of /emacs/lisp/language/chinese.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by wl, Tue Dec 18 17:46:16 2001 UTC revision 1.25.4.1 by miles, Fri Apr 4 06:20:26 2003 UTC
# Line 64  Line 64 
64    
65    
66  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
67  ;;; Chinese GB2312 (simplified)  ;;; Chinese GB2312 (simplified)
68  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
69    
70  (make-coding-system  (make-coding-system
# Line 321  Big5 encoding is accepted for input also Line 321  Big5 encoding is accepted for input also
321                   (features china-util)                   (features china-util)
322                   (input-method . "chinese-cns-quick")                   (input-method . "chinese-cns-quick")
323                   (documentation . "\                   (documentation . "\
324  Support for Chinese CNS character sets.  Note that EUC-TW coding system  Support for Chinese CNS character sets.  Note that the EUC-TW coding system
325  accepts Big5 for input also (which is then converted to CNS)."))  accepts Big5 for input also (which is then converted to CNS)."))
326   '("Chinese"))   '("Chinese"))
327    
328    (set-language-info-alist
329     "Chinese-EUC-TW" '((charset chinese-cns11643-1 chinese-cns11643-2
330                                 chinese-cns11643-3 chinese-cns11643-4
331                                 chinese-cns11643-5 chinese-cns11643-6
332                                 chinese-cns11643-7 chinese-big5-1 chinese-big5-2)
333                        (coding-system euc-tw iso-2022-cn)
334                        (coding-priority euc-tw chinese-big5 iso-2022-cn
335                                         chinese-iso-8bit)
336                        (features china-util)
337                        (input-method . "chinese-cns-quick")
338                        (documentation . "\
339    Support for Chinese, prefering the EUC-TW character set.  Note that
340    the EUC-TW coding system accepts Big5 for input also (which is then
341    converted to CNS)."))
342     '("Chinese"))
343    
344  (provide 'chinese)  (provide 'chinese)
345    
346  ;;; chinese.el ends here  ;;; chinese.el ends here

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.25.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26