From c8e50a73474d95629df968cdec057356dec714a8 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 16 Jun 2007 03:06:49 +0000 Subject: [PATCH] *** empty log message *** --- lisp/language/tv-util.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/language/tv-util.el b/lisp/language/tv-util.el index 9407379e098..0323c9672a6 100644 --- a/lisp/language/tv-util.el +++ b/lisp/language/tv-util.el @@ -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)) -- 2.39.5