comparison lisp/language/chinese.el @ 88668:d1b1b7398049

Comment.
author Dave Love <fx@gnu.org>
date Mon, 27 May 2002 18:27:40 +0000
parents bafe04d82c5d
children 972123cad1be
comparison
equal deleted inserted replaced
88667:5c783df3c021 88668:d1b1b7398049
188 (documentation . "\ 188 (documentation . "\
189 Support for Chinese CNS character sets. Note that EUC-TW coding system 189 Support for Chinese CNS character sets. Note that EUC-TW coding system
190 accepts Big5 for input also (which is then converted to CNS).")) 190 accepts Big5 for input also (which is then converted to CNS)."))
191 '("Chinese")) 191 '("Chinese"))
192 192
193 ;; Fixme: GBK coding system
194
193 (provide 'chinese) 195 (provide 'chinese)
194 196
195 ;;; chinese.el ends here 197 ;;; chinese.el ends here