X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Futf-2000%2Fisolated-char.el;h=286ca9e127e157472d7ee1f290415a9538f5d5b8;hb=87afbb93a2a7dd46008e3b58093b4e5ea87ae95e;hp=dd15c89cf5972e0d782d3252bd2a1796027d0333;hpb=dcbb1cff1f4bbb9d8692e5f2ee835439c918c176;p=chise%2Fxemacs-chise.git- diff --git a/lisp/utf-2000/isolated-char.el b/lisp/utf-2000/isolated-char.el index dd15c89..286ca9e 100644 --- a/lisp/utf-2000/isolated-char.el +++ b/lisp/utf-2000/isolated-char.el @@ -1,6 +1,6 @@ ;;; isolated-char.el --- Set up isolated-characters. -;; Copyright (C) 2001 MORIOKA Tomohiko +;; Copyright (C) 2001,2002 MORIOKA Tomohiko ;; Author: MORIOKA Tomohiko ;; Keywords: UTF-2000, UCS-4, character, CCS, multiscript, multilingual @@ -171,8 +171,9 @@ ;; 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/char-data/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) @@ -183,6 +184,46 @@ (intern (format "ideograph-gt-pj-%d" plane)) code) ))) - (kill-buffer buf)) -;;; mime-view.el ends here +(define-char + '((ideograph-gt-pj-4 . #x3844) + (ideograph-gt . 19655) + )) +(define-char + '((ideograph-gt-pj-4 . #x3845) + (ideograph-gt . 19656) + )) +(define-char + '((ideograph-gt-pj-9 . #x4D7B) + (ideograph-gt . 19861) + )) +(define-char + '((ideograph-gt-pj-4 . #x493C) + (ideograph-gt . 21862) + )) +(define-char + '((ideograph-gt-pj-4 . #x6D51) + (ideograph-gt . 26606) + )) +(define-char + '((ideograph-gt-pj-5 . #x4579) + (ideograph-gt . 30254) + )) +(define-char + '((ideograph-gt-pj-11 . #x5277) + (ideograph-gt . 40268) + )) +(define-char + '((ideograph-gt-pj-1 . #x3F6B) + (ideograph-gt . 52230) + )) +(define-char + '((ideograph-gt-pj-7 . #x5821) + (ideograph-gt . 52349) + )) +(define-char + '((ideograph-gt-pj-11 . #x5A40) + (ideograph-gt . 60403) + )) + +;;; isolated-char.el ends here