Tekkon v1.1.4 // Add support of "ㄛ+intonation" for Hsu arrange.

This commit is contained in:
ShikiSuen 2022-05-29 13:38:13 +08:00
parent 5d94297809
commit 7aca829f03
1 changed files with 4 additions and 0 deletions

View File

@ -719,6 +719,10 @@ public struct Tekkon {
consonant.selfReplace("", "")
}
if vowel == "", semivowel.isEmpty { consonant.selfReplace("", "") }
if consonant == "", semivowel.isEmpty, vowel.isEmpty {
consonant = ""
vowel = ""
}
}
//