*** empty log message ***

This commit is contained in:
Kenichi Handa 2007-06-16 03:06:49 +00:00
parent e25d306ce8
commit c8e50a7347

View 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))