(mapping-table-read-file): Use `=jis-x0213-{1|2}-2000' instead of
authortomo <tomo>
Tue, 11 Feb 2003 16:36:10 +0000 (16:36 +0000)
committertomo <tomo>
Tue, 11 Feb 2003 16:36:10 +0000 (16:36 +0000)
`japanese-jisx0213-{1|2}'.

lisp/utf-2000/read-maps.el

index 2ecaff2..6782fdc 100644 (file)
               (goto-char (match-end 0))
               )
              ((looking-at "^JX1-\\([0-9A-F][0-9A-F][0-9A-F][0-9A-F]\\)")
-              (setq ccs 'japanese-jisx0213-1
+              (setq ccs '=jis-x0213-1-2000
                     code (string-to-int (match-string 1) 16)
                     ucs-pat "\tJU[+-]\\([0-9A-F][0-9A-F][0-9A-F][0-9A-F]+\\)"
                     ucs-ccs '=ucs-jis-2000)
               (goto-char (match-end 0))
               )
              ((looking-at "^JX2-\\([0-9A-F][0-9A-F][0-9A-F][0-9A-F]\\)")
-              (setq ccs 'japanese-jisx0213-2
+              (setq ccs '=jis-x0213-2-2000
                     code (string-to-int (match-string 1) 16)
                     ucs-pat "\tJU[+-]\\([0-9A-F][0-9A-F][0-9A-F][0-9A-F]+\\)"
                     ucs-ccs 'ucs-jis)