notepad opens the file with garbled characters?
The most likely reason for this situation is that the encoding of the page is inconsistent with the encoding of the browser.
1. The solution is to modify the encoding of the page in notepad:
Click the top navigation - Format, you can clearly see what encoding is currently checked, and you can also choose other encodings.
2. Modify the content encoding method of the browser, modification methods for each browser....
Recommendation: "notepad usage tutorial"
Related introduction:
notepad (notepad) is a code editor or a small program in WINDOWS. It is used for text editing. In terms of text editing, it is equivalent to the Windows WordPad function. It is an open source, compact and free plain text editor.
Notepad has built-in support for up to 27 types of syntax highlighting (including various common source codes and scripts. It is worth mentioning that it perfectly supports .nfo file viewing) and also supports custom languages.
The above is the detailed content of Notepad opens files with garbled characters. For more information, please follow other related articles on the PHP Chinese website!