mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-11 17:31:35 -07:00
Comment.
This commit is contained in:
parent
75b96b6ef9
commit
afb2e0083a
2 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue