UOM // Add a forgotten kanji to the whitelist.
This commit is contained in:
parent
03abb620d8
commit
4dc17d8a2c
|
@ -131,7 +131,7 @@ extension vChewing {
|
||||||
walkedAnchors: [Megrez.NodeAnchor], cursorIndex: Int, readingOnly: Bool = false
|
walkedAnchors: [Megrez.NodeAnchor], cursorIndex: Int, readingOnly: Bool = false
|
||||||
) -> String {
|
) -> String {
|
||||||
let arrEndingPunctuation = [",", "。", "!", "?", "」", "』", "”", "’"]
|
let arrEndingPunctuation = [",", "。", "!", "?", "」", "』", "”", "’"]
|
||||||
let whiteList = "你他妳她祢她它牠再在"
|
let whiteList = "你他妳她祢衪它牠再在"
|
||||||
var arrNodes: [Megrez.NodeAnchor] = []
|
var arrNodes: [Megrez.NodeAnchor] = []
|
||||||
var intLength = 0
|
var intLength = 0
|
||||||
for theNodeAnchor in walkedAnchors {
|
for theNodeAnchor in walkedAnchors {
|
||||||
|
|
Loading…
Reference in New Issue