Home  >  Article  >  Development Tools  >  How to change document encoding format in notepad

How to change document encoding format in notepad

藏色散人
藏色散人forward
2020-12-17 16:24:464768browse

The following tutorial column of notepad will introduce you to the method of changing the document encoding format in notepad. I hope it will be helpful to friends in need!

How to change document encoding format in notepad

Due to display differences between different systems, different encodings may be garbled in the same system

Take unicode to RGB2312 as an example. Notpad changes the encoding format

1. Notpad opens the source file that needs to be transcoded

Status bar:

The document’s line break flag and document encoding format

2 . Change the newline character

3. Transcoding

3.1 Encoding--》Convert to ANSI encoding

If the document contains Chinese must be converted to GB2312 through ANSI, otherwise garbled characters will appear

3.2 Convert to GB2312

3.3 Click Yes

After completion, the status bar will display the converted document encoding format

The above is the detailed content of How to change document encoding format in notepad. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:cnblogs.com. If there is any infringement, please contact admin@php.cn delete