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
|
// Process isolated symbols
|
||||||
export function processIsolatedSymbol(input: string): string {
|
export function processIsolatedSymbol(input: string): string {
|
||||||
return input
|
return input
|
||||||
.replace(/^ * (\?+) *$/, "어?")
|
.replace(/^ *(\?+) *$/, "어?")
|
||||||
.replace(/^ *[?!'"]+ *$/, (total) =>
|
.replace(/^ *[?!'"]+ *$/, (total) =>
|
||||||
[...total]
|
[...total]
|
||||||
.map(
|
.map(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue