changeset 90535:5b86e23f4fdb

Modify category-table and script-table for new Ethiopic character range.
author Kenichi Handa <handa@m17n.org>
date Thu, 20 Jul 2006 13:01:24 +0000
parents 2811bff46a36
children 78b1f4d7a2ec
files lisp/international/characters.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/characters.el	Thu Jul 20 12:09:16 2006 +0000
+++ b/lisp/international/characters.el	Thu Jul 20 13:01:24 2006 +0000
@@ -265,7 +265,8 @@
 
 ;; Ethiopic character set
 
-(modify-category-entry '(#x1200 . #x137c) ?e)
+(modify-category-entry '(#x1200 . #x1399) ?e)
+(modify-category-entry '(#x2d80 . #x2dde) ?e)
 (let ((chars '(?፡ ?። ?፣ ?፤ ?፥ ?፦ ?፧ ?፨ ? ? ? ? ? ?)))
   (while chars
     (modify-syntax-entry (car chars) ".")
@@ -974,7 +975,7 @@
 	 (#x1000 #x105F myanmar)
 	 (#x10A0 #x10FF georgian)
 	 (#x1100 #x11FF hangul)
-	 (#x1200 #x137F ethiopic)
+	 (#x1200 #x139F ethiopic)
 	 (#x13A0 #x13FF cherokee)
 	 (#x1400 #x167F canadian-aboriginal)
 	 (#x1680 #x169F ogham)
@@ -985,6 +986,7 @@
 	 (#x1F00 #x1FFF greek)
 	 (#x2000 #x27FF symbol)
 	 (#x2800 #x28FF braille)
+	 (#x2D80 #x2DDF ethiopic)
 	 (#x2E80 #x2FDF han)
 	 (#x2FF0 #x2FFF ideographic-description)
 	 (#x3000 #x303F cjk-misc)