*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Sat, 16 Jun 2007 03:06:49 +0000 (03:06 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 16 Jun 2007 03:06:49 +0000 (03:06 +0000)
lisp/language/tv-util.el

index 9407379..0323c96 100644 (file)
@@ -56,7 +56,8 @@
        (compose-string string from (1+ from) (string ch ?\t)))
     (setq from (1+ from) prev-info info)
     (while (and (< from to)
-               (tai-viet-char-p (setq ch (aref string from))))
+               (>= #xaa80 (setq ch (aref string from)))
+               (<= #xaaDF ch))
       (setq info (aref tai-viet-glyph-info ch))
       (if (and (eq info 'non-spacing)
               (eq prev-info 'non-spacing))