UOM // Add a forgotten kanji to the whitelist.

This commit is contained in:
ShikiSuen 2022-06-24 11:13:02 +08:00
parent 03abb620d8
commit 4dc17d8a2c
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ extension vChewing {
walkedAnchors: [Megrez.NodeAnchor], cursorIndex: Int, readingOnly: Bool = false
) -> String {
let arrEndingPunctuation = ["", "", "", "", "", "", "", ""]
let whiteList = "你他妳她祢它牠再在"
let whiteList = "你他妳她祢它牠再在"
var arrNodes: [Megrez.NodeAnchor] = []
var intLength = 0
for theNodeAnchor in walkedAnchors {