Change CodePage in CMD permanently?

后端 未结 6 1037
我在风中等你
我在风中等你 2020-12-05 12:07

My Windows cmd CodePage is now under 65001. Since I was doing some Android stuff and need to use console log, but forget how changing it now.

When using chcp 437 to

6条回答
  •  不思量自难忘°
    2020-12-05 12:20

    In the 1809 build of Windows 10 I've managed to permanently solve this by going to the system's Language settings, selecting Administrative language settings, clicking Change system locale... and checking the Beta: Use Unicode UTF-8 for worldwide language support box and then restarting my pc.

    This way it applies to all applications, even those ones that I don't start from a command prompt! (Which was necessary for me, since I was trying to edit Agda code from Atom.)

提交回复
热议问题