window to modify the CMD encoding

Source: Internet
Author: User

window default encoding is GBK, which is not supported for some characters. To switch between languages, you need to adjust the character set encoding. chcp

Function:
Show or set the active code page number
  chcp [nnn] #nnn The specified code page number
  CHCP #不加参数键入 CHCP Displays the current active code page number
NNN specifies an existing system character set that is defined in the Config.sys file by the country command.

The code page can be set by the mode command under DOS

Selected code page: MODE con[:] CP select=yyy
code page Status: MODE con[:] CP [/status]
Press Windows+r, and then enter CMD or command to open the prompt.
Mode con cp select=936, it shows that the simplified

Mode con cp select=437 indicates that MS-dos American English is displayed, and the Chinese display will be?

MS-DOS provides character sets for the following countries and languages:
code page Description
1258 Vietnamese
1257 the Baltic language
1256 Arabic
1255 Hebrew
1254 Turkish
1253 Greek
1252 Latin 1 characters (ANSI)
1251 Cyrillic Language
1250 Central European languages
950 Traditional Chinese
949 Korean
936 Simplified Chinese (default)
932 Japanese
874 Thai
850 Multi-lingual (MS-dos Latin1)
437 MS-dos American English

DOS command:

Chcp 65001 is replaced by UTF-8 code page

Chcp 936 can be swapped back to the default GBK

CHCP 437 is American English

In the DOS window UTF-8 characters under the character garbled solution

In a Chinese Windows system, 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).
to display the UTF-8 character step correctly:
1. Open the CMD.exe Command Line window (recommended to open the System32/cmd.exe with an administrator)
2, change the code page through the chcp command, UTF-8 code page is 65001
chcp 65001
3, modify the window properties, change the font
Right-click on the command line title bar, select Properties, Font, modify the font to True type "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.

window to modify the CMD encoding

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.