From 8d37c171e02f0ad46b300585f48c662d5b66691a Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 23 Mar 2002 08:30:13 +0000 Subject: [PATCH] Add setting for U+A000 .. U+A4CF. --- non-ideo-dump.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/non-ideo-dump.el b/non-ideo-dump.el index f32e078..4d0b221 100644 --- a/non-ideo-dump.el +++ b/non-ideo-dump.el @@ -73,6 +73,8 @@ (#x3200 #x32FF "u03200-Enclosed-CJK-Letters-and-Months.el") (#x3300 #x33FF "u03300-CJK-Compatibility.el") ;; snip CJK Unified Ideographs + (#xA000 #xA48F "u0A000-Yi-Syllables.el") + (#xA490 #xA4CF "u0A490-Yi-Radicals.el") (#xE000 #xF8FF "u0E000-Private-Use.el") (#xFB00 #xFB4F "u0FB00-Alphabetic-Presentation-Forms.el") (#xFB50 #xFDFF "u0FB50-Arabic-Presentation-Forms-A.el") -- 1.7.10.4