(thai-generate-quail-map): If the length of
authorKenichi Handa <handa@m17n.org>
Thu, 31 Aug 2000 00:51:49 +0000 (00:51 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 31 Aug 2000 00:51:49 +0000 (00:51 +0000)
translation is more than one, compose it.

leim/quail/thai.el

index df215df..a55e5f5 100644 (file)
@@ -51,7 +51,7 @@
            nil
          (if (> (length trans) 1)
              (setq ptype 'voweltone
-                   trans (vector trans))
+                   trans (vector (compose-string trans)))
            (setq ptype (get-char-code-property (aref trans 0) 'phonetic-type))
            (cond ((memq ptype '(vowel-upper vowel-lower))
                   (setq ptype 'vowel))