Mercurial > emacs
changeset 88668:d1b1b7398049
Comment.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 27 May 2002 18:27:40 +0000 |
parents | 5c783df3c021 |
children | 0bc5868f9f61 |
files | lisp/language/chinese.el lisp/language/japanese.el |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/chinese.el Mon May 27 18:26:15 2002 +0000 +++ b/lisp/language/chinese.el Mon May 27 18:27:40 2002 +0000 @@ -190,6 +190,8 @@ accepts Big5 for input also (which is then converted to CNS).")) '("Chinese")) +;; Fixme: GBK coding system + (provide 'chinese) ;;; chinese.el ends here
--- a/lisp/language/japanese.el Mon May 27 18:26:15 2002 +0000 +++ b/lisp/language/japanese.el Mon May 27 18:27:40 2002 +0000 @@ -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."