aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/language/chinese.el2
-rw-r--r--lisp/language/japanese.el3
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
190accepts Big5 for input also (which is then converted to CNS).")) 190accepts 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."