1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-11 17:31:35 -07:00
This commit is contained in:
Dave Love 2002-05-27 18:27:40 +00:00
parent 75b96b6ef9
commit afb2e0083a
2 changed files with 5 additions and 0 deletions

View file

@ -190,6 +190,8 @@ Support for Chinese CNS character sets. Note that EUC-TW coding system
accepts Big5 for input also (which is then converted to CNS)."))
'("Chinese"))
;; Fixme: GBK coding system
(provide 'chinese)
;;; chinese.el ends here

View file

@ -70,6 +70,9 @@
(define-coding-system-alias 'shift_jis 'japanese-shift-jis)
(define-coding-system-alias 'sjis 'japanese-shift-jis)
;; Fixme: AKA Shift-JIS according to
;; <URL:http://www.microsoft.com/globaldev/reference/WinCP.asp>. Is
;; that correct?
(define-coding-system 'japanese-iso-7bit-1978-irv
"ISO 2022 based 7-bit encoding for Japanese JISX0208-1978 and JISX0201-Roman."