Set the character encoding format in Firefox
I wrote a blog today and encountered some problems when I typed the sample code. A simple HTML page contains Chinese garbled characters in Firefox. For IE browserMenu view-> EncodingYou can specify the encoding method to solve the garbled problem. Now the Firefox browser version is upgraded too fast and the display mode is also changing. I have found some ways to set the character encoding method for Firefox browser. I will share it here, hope you can help your friends who have encountered this problem.
My Firefox browser version is36.0.1
To display more content on the screen, the menu bar is hidden.
The HTML page is
<Body> <p> <label for = "holobby"> holobby: <input type = "checkbox" name = "holobby" value = "reading"/> Read <input type = "checkbox" name = "holobby" value = "climbing"/> mountain climbing <input type = "checkbox" name = "holobby" value = "running"/> running <input type = "checkbox" name = "holobby" value = "fishing"/> phishing <input type = "checkbox" name = "holobby" value = "cooking"/> cooking </br> <input type = "button" value = "Get Value ""onclick =" getValue () "/> </label> </p> </body>
As a result, the page is garbled on the Firefox browser, in the format
Because the menu bar is hidden at ordinary times, it takes a lot of effort to find the encoding location.
Now we are sharing two ways to change the page encoding format.
Method1 display menu bar
Right-click in the blank area of the browser menu bar and clickMenu Bar
The menu bar of the browser is displayed.
Next, we can follow the method described earlier in IE browser,View-> character encoding-> UnicodeChanged the garbled characters.
Method2 custom menu bar
Click Open menu in the upper-right corner of the browser.
Appears
If there is noCharacter encodingClick Create
Drag the character encoding tool on the left to the menu bar on the right, and then you can modify the encoding.