comparison lisp/language/chinese.el @ 49084:f43c7c8adcdf

("Chinese-EUC-TW"): New.
author Dave Love <fx@gnu.org>
date Mon, 06 Jan 2003 20:39:08 +0000
parents 35e8e47e376b
children 0d8b17d428b5
comparison
equal deleted inserted replaced
49083:a45ef2c4e7f4 49084:f43c7c8adcdf
319 (coding-priority iso-2022-cn euc-tw chinese-big5 319 (coding-priority iso-2022-cn euc-tw chinese-big5
320 chinese-iso-8bit) 320 chinese-iso-8bit)
321 (features china-util) 321 (features china-util)
322 (input-method . "chinese-cns-quick") 322 (input-method . "chinese-cns-quick")
323 (documentation . "\ 323 (documentation . "\
324 Support for Chinese CNS character sets. Note that EUC-TW coding system 324 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).")) 325 accepts Big5 for input also (which is then converted to CNS)."))
326 '("Chinese")) 326 '("Chinese"))
327 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
328 (provide 'chinese) 344 (provide 'chinese)
329 345
330 ;;; chinese.el ends here 346 ;;; chinese.el ends here