Allow Windows System dos windows to also display the UTF8 character set

Source: Internet
Author: User

C:\users\administrator>chcp
Activity code page: 936

The Windows cmd command displays UTF8 settings in the Chinese Windows system, and if a text file is UTF-8 encoded, the contents of the file are not displayed correctly in the CMD.exe command-line window (the so-called DOS window). By default, the code page used in the command-line window is Chinese or American, that is, the encoding is the Chinese character set or the western character set.

If you want to display the UTF-8 characters correctly, you can follow these steps:

1. Open the CMD.exe command Line window

2, change the code page through the chcp command, UTF-8 code page 65001

Chcp 65001

After you do this, the code page becomes UTF-8. However, the UTF-8 character is still not displayed correctly in the window.

3, modify the window properties, change the font

Right-click on the command line title bar and select "Properties"-> " Font, change the font to TRUE for the type font "Lucida Console", and then click OK to apply the attribute to the current window.

You can then use the type command to display the contents of the UTF-8 text file:

Type filename.txt

4, through the above operation does not completely solve the problem, because the displayed content may not be complete. You can minimize and then maximize the command-line window, and the contents of the file are fully displayed.

It feels great ...

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.