diff options
| author | Dave Love | 2002-05-27 18:27:40 +0000 |
|---|---|---|
| committer | Dave Love | 2002-05-27 18:27:40 +0000 |
| commit | afb2e0083ac2bebe4992e0cd02bec274da4cdfb1 (patch) | |
| tree | 20bb612c62fc34cfdc340f1700262bd5257d3ec0 | |
| parent | 75b96b6ef9b5348ada0edbdfb699a8ad846448e4 (diff) | |
| download | emacs-afb2e0083ac2bebe4992e0cd02bec274da4cdfb1.tar.gz emacs-afb2e0083ac2bebe4992e0cd02bec274da4cdfb1.zip | |
Comment.
| -rw-r--r-- | lisp/language/chinese.el | 2 | ||||
| -rw-r--r-- | lisp/language/japanese.el | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/language/chinese.el b/lisp/language/chinese.el index 2fb99d243ef..2d3688be249 100644 --- a/lisp/language/chinese.el +++ b/lisp/language/chinese.el | |||
| @@ -190,6 +190,8 @@ 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 |
diff --git a/lisp/language/japanese.el b/lisp/language/japanese.el index 0da43a8bb8e..84931117ab7 100644 --- a/lisp/language/japanese.el +++ b/lisp/language/japanese.el | |||
| @@ -70,6 +70,9 @@ | |||
| 70 | 70 | ||
| 71 | (define-coding-system-alias 'shift_jis 'japanese-shift-jis) | 71 | (define-coding-system-alias 'shift_jis 'japanese-shift-jis) |
| 72 | (define-coding-system-alias 'sjis 'japanese-shift-jis) | 72 | (define-coding-system-alias 'sjis 'japanese-shift-jis) |
| 73 | ;; Fixme: AKA Shift-JIS according to | ||
| 74 | ;; <URL:http://www.microsoft.com/globaldev/reference/WinCP.asp>. Is | ||
| 75 | ;; that correct? | ||
| 73 | 76 | ||
| 74 | (define-coding-system 'japanese-iso-7bit-1978-irv | 77 | (define-coding-system 'japanese-iso-7bit-1978-irv |
| 75 | "ISO 2022 based 7-bit encoding for Japanese JISX0208-1978 and JISX0201-Roman." | 78 | "ISO 2022 based 7-bit encoding for Japanese JISX0208-1978 and JISX0201-Roman." |