(thai-generate-quail-map): If the length of
translation is more than one, compose it.
This commit is contained in:
parent
5724ab7a64
commit
41c939cf02
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue