Take Command / TCC Help v. 13.03

CHCP

Hide Navigation Pane

CHCP

Previous topic Next topic No directory for this topic No expanding text in this topic  

CHCP

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

Purpose:Display or change the current system code page

 

Format:CHCP [n]

 

n        A system code page number.

 

Usage:

 

Code page switching allows you to select different character sets for language support.

 

If you enter CHCP without a number, the current code page is displayed.

 

chcp

Active code page: 437

 

If you enter CHCP plus a code page number, the code page is changed. For example, to set the code page to multilingual:

 

chcp 850

 

When you use CHCP under Windows it only affects the current process, and any new programs started from within that process; the active code page in other processes remains unchanged.

Comments (...)