(char-db-coded-charset-priority-list): Add `=>ucs@jis'.
authortomo <tomo>
Tue, 5 Oct 2010 08:20:13 +0000 (08:20 +0000)
committertomo <tomo>
Tue, 5 Oct 2010 08:20:13 +0000 (08:20 +0000)
(insert-char-attributes): Treat `=>ucs@jis' as a coded-charset.

lisp/utf-2000/char-db-util.el

index 584bfa7..07f89e7 100644 (file)
     ==>ucs@bucs
     =>ucs@iso
     =>ucs@unicode
+    =>ucs@jis
     =>ucs@cns
     =>>ucs@unicode
     =>>ucs@jis
                        name value (decode-char '=ucs value)
                        line-breaking))
        (setq attributes (delq name attributes))))
-    (dolist (name '(=>ucs@gb =>ucs@jis =>ucs@ks =>ucs@big5))
+    (dolist (name '(=>ucs@gb =>ucs@ks =>ucs@big5))
       (when (and (memq name attributes)
                 (setq value (get-char-attribute char name)))
        (insert (format "(%-18s . #x%04X)\t; %c%s"