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 "65001" to the options? Input chcp.com 65001 every time is so annoying... thanks for your help
相关问题
- ruby 1.9 wrong file encoding on windows
- WebElement.getText() function and utf8
- Does specifying the encoding in javac yield the sa
- How to check if a string contain only UTF-8 charac
- Emoji are not being encoded correctly for output w
相关文章
- Spanish Characters in HTML Page Title
- Base64 Encoding: Illegal base64 character 3c
- read xml in UTF-8 in scala
- How to read the Content Type header and convert in
- Is it possible to have SQL Server convert collatio
- Python Saving JSON Files as UTF-8
- Does the img tag's alt attribute require encod
- WebClient DownloadString UTF-8 not displaying inte
You can create a shortcut with the option /k "chcp 65001" to start a utf-8 console. e.g.