Tekkon v1.1.4 // Add support of "ㄛ+intonation" for Hsu arrange.
This commit is contained in:
parent
5d94297809
commit
7aca829f03
|
@ -719,6 +719,10 @@ public struct Tekkon {
|
||||||
consonant.selfReplace("ㄒ", "ㄕ")
|
consonant.selfReplace("ㄒ", "ㄕ")
|
||||||
}
|
}
|
||||||
if vowel == "ㄜ", semivowel.isEmpty { consonant.selfReplace("ㄑ", "ㄔ") }
|
if vowel == "ㄜ", semivowel.isEmpty { consonant.selfReplace("ㄑ", "ㄔ") }
|
||||||
|
if consonant == "ㄏ", semivowel.isEmpty, vowel.isEmpty {
|
||||||
|
consonant = ""
|
||||||
|
vowel = "ㄛ"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 後置修正
|
// 後置修正
|
||||||
|
|
Loading…
Reference in New Issue