]> git.eshelyaron.com Git - emacs.git/commitdiff
Set category `l' (latin) for more
authorKenichi Handa <handa@m17n.org>
Mon, 5 Mar 2007 01:45:04 +0000 (01:45 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 5 Mar 2007 01:45:04 +0000 (01:45 +0000)
characters.

lisp/international/characters.el

index 4ac067c2b3cf63bcbf330fd6058dc604cfae4160..48a724c08d14d121167d9491ee9e924e6a72e39a 100644 (file)
 
 (let ((tbl (standard-case-table)) c)
 
-  ;; Latin Extended-A, Latin Extended-B
+  ;; Latin Extended-A, Latin Extended-B, IPA
   (setq c #x0100)
-  (while (<= c #x0233)
+  (while (<= c #x02AF)
     (modify-category-entry (decode-char 'ucs c) ?l)
+
+  (setq c #x0100)
+  (while (<= c #x0177)
     (and (or (<= c #x012e)
             (and (>= c #x014a) (<= c #x0177)))
         (zerop (% c 2))