← Back to wkappbot
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.

user/developer
launcherencodingconsolecp949utf8

Steps

  1. Write UTF-8 bootstrap lines into both PowerS...
  2. Write Git Bash locale defaults into ~/.bashr...
  3. Persist PYTHONUTF8=1 and PYTHONIOENCODING=ut...
  4. Verify fresh shells with cmd /c chcp, PowerS...
  5. If Bash argv is still mangled, use TryRecove...
  6. Keep tools/bootstrap_utf8_shells.ps1 only as...