Sync up with r21-4-22-chise-0_24-jis-x0213-rep-diffs.
[chise/xemacs-chise.git.1] / lisp / utf-2000 / maps-conf.el
index 060de00..85b4e43 100644 (file)
 ;;                      #x353D #x4324 #x475B #x6E47 #x4371
 ;;                      #x3F5D #x6E49 #x4D6F #x3C72 #x3D37
 ;;                      #x6E4C #x3B44 #x734E #x5567 #x545A
-;;                      #x3071 #x332A #x516A #x476D #x3675))
+;;                      #x3071 #x332A #x516A #x476D #x3675
+;;                      #x5734 #x552D #x565A #x564B #x5B79
+;;                      #x5C74 #x5C27 #x5B5E #x3564 #x3823
+;;                      #x6131 #x4A4D #x632E #x635E #x3729
+;;                      #x3951 #x6967 #x704B))
 ;;      (put-char-attribute (decode-char 'japanese-jisx0208-1990 v)
 ;;                          '=gt-pj-1 v))
 ;;    nil)
 ;;        nil)
 ;;      feature)))
 
-(dolist (ccs '(=jis-x0208 =jis-x0208@1990))
-  (map-char-attribute
-   (lambda (c v)
-     (unless (eq (encode-char c '=jis-x0213-1@2000) v)
-       (put-char-attribute c '=jis-x0213-1 v))
-     nil)
-   ccs))
+;; (dolist (ccs '(=jis-x0208 =jis-x0208@1990))
+;;   (map-char-attribute
+;;    (lambda (c v)
+;;      (unless (eq (encode-char c '=jis-x0213-1@2000) v)
+;;        (put-char-attribute c '=jis-x0213-1 v))
+;;      nil)
+;;    ccs))
+
+;; (with-temp-buffer
+;;   (buffer-disable-undo)
+;;   (insert-file-contents "../etc/char-data/JX3-JX1-rep-diff.txt")
+;;   (goto-char (point-min))
+;;   (let (ku ten char code ucs)
+;;     (while (re-search-forward "^1-\\([0-9]+\\)-\\([0-9]+\\)[ \t]+" nil t)
+;;       (setq ku (string-to-number (match-string 1))
+;;             ten (string-to-number (match-string 2)))
+;;       (setq char (make-char '=jis-x0213-1@2000 (+ ku 32)(+ ten 32)))
+;;       (setq code (encode-char char '=jis-x0213-1@2000))
+;;       (put-char-attribute char '=jis-x0213-1@2000 code)
+;;       (remove-char-attribute char '=jis-x0213-1)
+;;       (remove-char-attribute char '=jis-x0213-1@2004)
+;;       (setq ucs (encode-char char '=ucs@jis/2000))
+;;       (remove-char-attribute char '=ucs@jis)
+;;       (remove-char-attribute char '=ucs@jis/2004)
+;;       (when (setq char (decode-char '=jis-x0213-1@2004 code))
+;;         (unless (eq (encode-char char '=ucs@jis/2004) ucs)
+;;           (put-char-attribute char '=ucs@jis/2004 ucs)))
+;;       (unless (eq code #x332A)
+;;         (when (setq char (decode-char '=>jis-x0208@1997 code 'defined-only))
+;;           (put-char-attribute char '=>jis-x0208 code)
+;;           (remove-char-attribute char '=>jis-x0208@1997)))
+;;       )))
+
+;; (map-char-attribute
+;;  (lambda (c v)
+;;    (unless (eq (encode-char c '=>jis-x0213-1) v)
+;;      (put-char-attribute c '=>jis-x0213-1 v))
+;;    nil)
+;;  '=>jis-x0208)