How Can I Set the Default Encoding of the Windows Console to UTF-8

后端 未结 1 1508
天命终不由人
天命终不由人 2020-12-22 10:56

As the title asked, right-click on the window caption only provide encoding 436 and 937(i\'m a Chinese so forgive my broken English), is there any way to add \"UTF-8\" or \"

相关标签:
1条回答
  • 2020-12-22 11:34

    You can create a shortcut with the option /k "chcp 65001" to start a utf-8 console. e.g.

    cmd.exe /u /k "chcp 65001"
    
    0 讨论(0)
提交回复
热议问题