CCBridge // Add vertical ellipse symbol conversion.
This commit is contained in:
parent
4a7d165ab6
commit
da68e12ff3
|
@ -14,7 +14,7 @@ public enum ChineseConverter {
|
|||
private static var punctuationConversionTable: [(String, String)] = [
|
||||
("【", "︻"), ("】", "︼"), ("〖", "︗"), ("〗", "︘"), ("〔", "︹"), ("〕", "︺"), ("《", "︽"), ("》", "︾"),
|
||||
("〈", "︿"), ("〉", "﹀"), ("「", "﹁"), ("」", "﹂"), ("『", "﹃"), ("』", "﹄"), ("{", "︷"), ("}", "︸"),
|
||||
("(", "︵"), (")", "︶"), ("[", "﹇"), ("]", "﹈"),
|
||||
("(", "︵"), (")", "︶"), ("[", "﹇"), ("]", "﹈"), ("…", "⋮"),
|
||||
]
|
||||
|
||||
/// 將操作對象內的橫排標點轉為縱排標點。
|
||||
|
|
Loading…
Reference in New Issue