(U+4E55): Unify H1-B260.
[chise/xemacs-chise.git] / lisp / utf-2000 / isolated-char.el
index dd15c89..22e6449 100644 (file)
 
 ;; GT 2000
 
-(let ((buf (find-file-noselect "../etc/GT-RS.txt")))
-  (with-current-buffer buf
+(with-temp-buffer
+  (buffer-disable-undo)
+  (insert-file-contents "../etc/GT-RS.txt")
     (goto-char (point-min))
     (let (gt-code radical strokes plane code)
       (while (re-search-forward "\\([0-9]+\\),\\([0-9]+\\),\\([0-9]+\\),GT\\([0-9]+\\),....,\\([0-9A-F][0-9A-F][0-9A-F][0-9A-F]\\)" nil t)
                            (intern (format "ideograph-gt-pj-%d" plane))
                            code)
        )))
-  (kill-buffer buf))
+
+(define-char
+  '((ideograph-gt-pj-1 . #x3F6B)
+    (ideograph-gt      . 52230)
+    ))
+(define-char
+  '((ideograph-gt-pj-7 . #x5821)
+    (ideograph-gt      . 52349)
+    ))
 
 ;;; mime-view.el ends here