Tekkon // Auto-correction: ㄩㄛ -> ㄨㄛ. (#232)

This commit is contained in:
ShikiSuen 2022-11-04 10:31:09 +08:00
parent 8239a6502c
commit 40737db2b2
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ extension Tekkon {
case "":
if "".contains(semivowel.value) { semivowel = "" }
case "", "":
if phonabet == "", semivowel.value == "" { semivowel = "" }
if "ㄅㄆㄇㄈ".contains(consonant.value), semivowel.value == "" { semivowel.clear() }
case "":
if "ㄋㄌ".contains(consonant.value), semivowel.value == "" { semivowel.clear() }