From: Kenichi Handa Date: Thu, 20 Jul 2006 13:01:24 +0000 (+0000) Subject: Modify category-table and X-Git-Tag: emacs-pretest-23.0.90~8295^2~815 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4c81b0f6a0e2e03418748a2899603735420ee754;p=emacs.git Modify category-table and script-table for new Ethiopic character range. --- diff --git a/lisp/international/characters.el b/lisp/international/characters.el index 26d6cd93439..d736df4db81 100644 --- a/lisp/international/characters.el +++ b/lisp/international/characters.el @@ -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)