[HTML] The reason why <meta http-equiv = "Content-Type" content = "text/html; charset = UTF-8"/> is garbled is clearly added, charsetutf8
To put it bluntly, the right key creates a new text file, and changes the new text file .txt to "1.html ",
Then write in it:
<Html>
There is no problem at all,
However, when the browser opens the 1.html file, it finds garbled characters, or when passing values in the form, you can add the
<Meta http-equiv = "Content-Type" content = "text/html; charset = UTF-8"/>
After all, this is the case on the Internet. In most cases, there is no problem. However, if you use notepad ++ to open this file, add this sentence to it.
If you find that the original webpage is still garbled, for example:
In this example, you can use the notepad to open this 1.html file and save it to the original directory to overwrite yourself. The encoding is changed from ANSI to UTF-8, and not from UTF-8 to unicode for win7x64 windows.
If you use a browser to open the file without garbled characters, close the notepad ++ tab and use notepad again.