From a8926497bd84f35ace32fd16f773595bff3ec8a0 Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 16 Mar 2002 15:42:17 +0000 Subject: [PATCH] - Require `char-db-util'. - Add setting for U+0A00 .. U+0DFF and U+0F00 .. U+11FF. --- non-ideo-dump.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/non-ideo-dump.el b/non-ideo-dump.el index a487aa9..9788dd2 100644 --- a/non-ideo-dump.el +++ b/non-ideo-dump.el @@ -1,3 +1,4 @@ +(require 'char-db-util) (let ((ranges '((#x0000 #x001F "u00000-C0.el") (#x0020 #x007F "u00020-Basic-Latin.el") @@ -17,8 +18,20 @@ (#x0780 #x07BF "u00780-Thaana.el") (#x0900 #x097F "u00900-Devanagari.el") (#x0980 #x09FF "u00980-Bengali.el") + (#x0A00 #x0A7F "u00A00-Gurmukhi.el") + (#x0A80 #x0AFF "u00A80-Gujarati.el") + (#x0B00 #x0B7F "u00B00-Oriya.el") + (#x0B80 #x0BFF "u00B80-Tamil.el") + (#x0C00 #x0C7F "u00C00-Telugu.el") + (#x0C80 #x0CFF "u00C80-Kannada.el") + (#x0D00 #x0D7F "u00D00-Malayalam.el") + (#x0D80 #x0DFF "u00D80-Sinhala.el") (#x0E00 #x0E7F "u00E00-Thai.el") (#x0E80 #x0EFF "u00E80-Lao.el") + (#x0F00 #x0FFF "u00F00-Tibetan.el") + (#x1000 #x109F "u01000-Myanmar.el") + (#x10A0 #x10FF "u010A0-Georgian.el") + (#x1100 #x11FF "u01100-Hangul-Jamo.el") (#x1200 #x137C "u01200-Ethiopic.el") (#x13A0 #x13FF "u013A0-Cherokee.el") (#x1E00 #x1EFF "u01E00-Latin-Extended-Additional.el") -- 1.7.10.4