From 7056f6045b95bfce9de41bde94dca7913414346c Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 15 Jun 2007 08:44:10 +0000 Subject: [PATCH] =?utf8?q?(shuowen-radicals):=20Add=20=3F=E3=97=8A,=20=3F=E8?= =?utf8?q?=88=8C,=20=3F=E5=B9=B2,=20=3F=E8=B0=B7,=20=3F=E5=8F=AA,=20=3F=E3=95?= =?utf8?q?=AF,=20=3F=E5=8F=A5,=20=3F=E4=B8=A9,=20=3F=E5=8F=A4,=20=3F=20=E5=8D?= =?utf8?q?=81,=20=3F=E5=8D=85,=20=3F=E8=A8=80,=20=3F=E8=AA=A9,=20=3F=E9=9F=B3?= =?utf8?q?,=20=3F=E4=87=82,=20=3F=E4=B8=B5,=20=3F=E8=8F=90,=20=3F=F0=A0=AC=9E?= =?utf8?q?,=20=3F=E5=BB=BE,=20=3F=E5=85=B1,=20=3F=E7=95=B0=20and=20=3F=E8=88?= =?utf8?q?=81.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lisp/utf-2000/char-db-util.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 46805a8..3bdaf98 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -78,7 +78,9 @@ ?屮 ?艸 ?蓐 ?茻 ?小 ?八 ?釆 ?半 ?牛 ?犛 ?告 ?口 ?凵 ?吅 ?哭 ?走 ?止 ?癶 ?步 ?此 ?正 ?是 ?辵 ?彳 ?廴 ?𢓊 ?行 ?齒 ?牙 ?足 - ?疋 ?品 ?龠 ?冊]) + ?疋 ?品 ?龠 ?冊 ?㗊 ?舌 ?干 ?谷 ?只 ?㕯 + ?句 ?丩 ?古 ?十 ?卅 ?言 ?誩 ?音 ?䇂 ?丵 + ?菐 ?𠬞 ?廾 ?共 ?異 ?舁]) (defun shuowen-radical (number) (aref shuowen-radicals (1- number))) -- 1.7.10.4