From: tomo Date: Tue, 18 Dec 2001 06:58:33 +0000 (+0000) Subject: Add coding: magic cookie. X-Git-Tag: chise-base-0_23~111 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b619d528f501c32b141c51b60cde652b55437bd5;hp=ac508f7c83a98c0e48d26d5f6b358a118add75d0;p=chise%2Ftomoyo-tools.git Add coding: magic cookie. (morohashi-char-replace-alist): Add some rules. --- diff --git a/ids-util.el b/ids-util.el index 17d43b1..c6ff7c2 100644 --- a/ids-util.el +++ b/ids-util.el @@ -1,4 +1,4 @@ -;;; ids-util.el --- Utilities about ideographic-structure property +;;; ids-util.el --- Utilities about ideographic-structure -*- coding: utf-8 -*- ;; Copyright (C) 2001 MORIOKA Tomohiko @@ -71,6 +71,10 @@ (cons (decode-char 'ucs #x2EBE) (decode-char 'ucs #x2EBF)) (cons ?亽 (decode-char 'chinese-big5-cdp #x8AFC)) + (cons ?亼 (decode-char 'chinese-big5-cdp #x8AFC)) + (cons (decode-char 'chinese-big5-cdp #x8AFC) + (decode-char 'chinese-big5-cdp #x8AFC)) + '(?夂 . ?夂) (cons (decode-char 'ucs #x5922) (decode-char 'ideograph-daikanwa 05802)) (cons (decode-char 'ucs #x656C) @@ -119,6 +123,8 @@ (decode-char 'ideograph-daikanwa 38902)) (cons (decode-char 'ucs #x9752) (decode-char 'ucs #x9751)) + (cons (decode-char 'japanese-jisx0213-2 #x2327) + (decode-char 'japanese-jisx0213-2 #x2327)) )) ;;;###autoload