fix: ?? should sounds 어?
This commit is contained in:
parent
0391ac550e
commit
f1d070702a
1 changed files with 1 additions and 1 deletions
|
|
@ -543,7 +543,7 @@ export namespace processSymbol {
|
|||
// Process isolated symbols
|
||||
export function processIsolatedSymbol(input: string): string {
|
||||
return input
|
||||
.replace(/^ * (\?+) *$/, "어?")
|
||||
.replace(/^ *(\?+) *$/, "어?")
|
||||
.replace(/^ *[?!'"]+ *$/, (total) =>
|
||||
[...total]
|
||||
.map(
|
||||
|
|
|
|||
Loading…
Reference in a new issue