Change default code page of Windows console to UTF-8
Create this bat file in system folder
--- C:\Windows\System32\switch.bat ---+
@ECHO OFF
REM change CHCP to UTF-8
CHCP 65001
CLS
-----------------------------------------------------------+
In the properties of cmd.exe, change the destination to: C:\Windows\System32\cmd.exe /k switch
AND
@ECHO OFF
REM change CHCP to UTF-8
CHCP 65001
CLS
-----------------------------------------------------------+
In the properties of cmd.exe, change the destination to: C:\Windows\System32\cmd.exe /k switch
AND
No comments:
Post a Comment