diff lisp/international/subst-ksc.el @ 52724:22bb6971e35f

Include U+FF00..U+FFEF in decode table.
author Kenichi Handa <handa@m17n.org>
date Thu, 02 Oct 2003 00:47:40 +0000
parents 695cf19ef79e
children 6e677a935fe9
line wrap: on
line diff
--- a/lisp/international/subst-ksc.el	Wed Oct 01 20:48:17 2003 +0000
+++ b/lisp/international/subst-ksc.el	Thu Oct 02 00:47:40 2003 +0000
@@ -31,7 +31,8 @@
  (lambda (pair)
    (let ((unicode (car pair))
 	 (char (cadr pair)))
-     (if (and (>= unicode #x2e80) (<= unicode #xd7a3))
+     (if (or (and (>= unicode #x2e80) (<= unicode #xd7a3))
+	     (and (>= unicode #xff00) (<= unicode #xffef)))
 	 (puthash unicode  char ucs-unicode-to-mule-cjk))
      (puthash char unicode ucs-mule-cjk-to-unicode)))
  '((#xa1 ?во)