You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
AENERV7
committed
fix: escape curly quotes in Chinese message box text
The Chinese curly quotes (U+201C, U+201D) were parsed as Rust string
delimiters, causing a compile error. Replace with corner brackets
(U+300C, U+300D) and use concat! macro for cleaner multi-line strings.
Also fix bare \uXXXX escapes to \u{XXXX} (Rust syntax).
0 commit comments