fix: ?? should sounds 어?

This commit is contained in:
qwreey 2026-06-07 11:42:17 +00:00
parent 0391ac550e
commit f1d070702a
No known key found for this signature in database

View file

@ -543,7 +543,7 @@ export namespace processSymbol {
// Process isolated symbols
export function processIsolatedSymbol(input: string): string {
return input
.replace(/^ * (\?+) *$/, "어?")
.replace(/^ *(\?+) *$/, "어?")
.replace(/^ *[?!'"]+ *$/, (total) =>
[...total]
.map(