Change Windows Console to UTF-8

Find Tips and tricks on how to better use the Zeus IDE. Feel free to post your own tips but please do not post bug reports, feature requests or questions here.
Post Reply
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Change Windows Console to UTF-8

Post by jussij »

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:
  1. Start -> Run -> regedit
  2. Go to [HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor\Autorun]
  3. Change the value to chcp 65001
Post Reply