Change Windows Console to UTF-8
Posted: Sun Jan 25, 2015 4:32 pm
Running chcp 65001 at the command prompt will set that console to use the UTF-8 codepage.
To have every console default to using the UTF-8 codepage make the following registry change:
To have every console default to using the UTF-8 codepage make the following registry change:
- Start -> Run -> regedit
- Go to [HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor\Autorun]
- Change the value to chcp 65001