Tekkon // Auto-correction: ㄩㄛ -> ㄨㄛ. (#232)
This commit is contained in:
parent
8239a6502c
commit
40737db2b2
|
@ -217,6 +217,7 @@ extension Tekkon {
|
||||||
case "ㄝ":
|
case "ㄝ":
|
||||||
if "ㄨ".contains(semivowel.value) { semivowel = "ㄩ" }
|
if "ㄨ".contains(semivowel.value) { semivowel = "ㄩ" }
|
||||||
case "ㄛ", "ㄥ":
|
case "ㄛ", "ㄥ":
|
||||||
|
if phonabet == "ㄛ", semivowel.value == "ㄩ" { semivowel = "ㄨ" }
|
||||||
if "ㄅㄆㄇㄈ".contains(consonant.value), semivowel.value == "ㄨ" { semivowel.clear() }
|
if "ㄅㄆㄇㄈ".contains(consonant.value), semivowel.value == "ㄨ" { semivowel.clear() }
|
||||||
case "ㄟ":
|
case "ㄟ":
|
||||||
if "ㄋㄌ".contains(consonant.value), semivowel.value == "ㄨ" { semivowel.clear() }
|
if "ㄋㄌ".contains(consonant.value), semivowel.value == "ㄨ" { semivowel.clear() }
|
||||||
|
|
Loading…
Reference in New Issue