tag
#mojibake
2 items (2 fixes)
fixes
✓ 26.07
"Editing .razor safely (shell/emoji mojibake)"
Razor HUD emoji and dashes die under Get-Content/Set-Content — edit with byte-safe UTF-8 APIs or a real editor.
toolingrazor
✓ 26.07
"Windows/PowerShell traps that corrupt s&box source"
Get-Content/Set-Content re-encodes BOM-less UTF-8 as ANSI; CRLF files break \n-only search-replace — use byte-safe APIs.
toolingmojibake