wkappbot
★★☆
Launcher console encoding: 3-mode policy for interactive + piped + UTF-8 terminals
Bootstrap PowerShell, cmd.exe, and Git Bash to start in UTF-8 on Windows. Use when console output or argv is misread because shells still start in CP949/ANSI mode.
Steps
- Write UTF-8 bootstrap lines into both PowerS...
- Write Git Bash locale defaults into ~/.bashr...
- Persist PYTHONUTF8=1 and PYTHONIOENCODING=ut...
- Verify fresh shells with cmd /c chcp, PowerS...
- If Bash argv is still mangled, use TryRecove...
- Keep tools/bootstrap_utf8_shells.ps1 only as...