]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment.
authorDave Love <fx@gnu.org>
Mon, 27 May 2002 18:27:40 +0000 (18:27 +0000)
committerDave Love <fx@gnu.org>
Mon, 27 May 2002 18:27:40 +0000 (18:27 +0000)
lisp/language/chinese.el
lisp/language/japanese.el

index 2fb99d243efd2758f2038760bee4cb3379969671..2d3688be24945ecfd8e81e6cbfbbdc03bea18afa 100644 (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
index 0da43a8bb8e117194761692f67398d70c8cf92d6..84931117ab71c39189677708e520974e4ace300b 100644 (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."