Summary of garbled html web page problems and solutions

零下一度
Release: 2017-06-06 15:31:05
Original
2824 people have browsed it

The reason for garbled html web pages is mainly caused by the difference between the Chinese text content in the html source code and the html encoding. But no matter which situation causes garbled code, the web page encoding needs to be set at the beginning of the web page. So how to solve the problem of garbled characters in web pages? Let’s take you through a few articles about garbled code problems and solutions.

1.Four common html webpage garbled problems and solutions

Last week, when my colleagues were working on a webpage, they encountered that the webpage was garbled when opened, and they were very confused. I don’t know how to solve it. Here is the editor taking the time to sort out and share with you the more common garbled HTML web page problems and their solutions.

In fact, there are several main reasons that lead to garbled web pages. The solutions are given below.

2.html garbled code problem

Do you often encounter garbled Chinese characters? How to fix the problem of garbled Chinese characters in HTML?

- Specify the language type

The lang attribute can specify the language type of the elements within the tag range. English lang="en", Chinese lang="zh", Japanese lang="ja".

3.html meta tips for solving garbled characters

In html, use meta to solve garbled characters. It can tell the browser the encoding and document type used by the current page

Code:

Copy after login

In addition, meta can also be used to implement the scheduled jump function

4.Share the quick solution to garbled characters caused by CSS character encoding

Summary of garbled html web page problems and solutions

Principle of CSS failure caused by garbled characters:

Since a Chinese character is composed of two characters, in the case of inconsistent encoding, it will cause the "re-re-coding" of the characters. "combination, (the combination of half a Chinese character's coded characters and the following characters to generate a new "text") causes the original end to conform to the "mutation", resulting in the end symbol not being found, making the subsequent CSS invalid.

5.Chinese garbled problem

Summary of garbled html web page problems and solutions

I developed it using myeclipse 2016, but the encoding format of my project and html file They were all utf-8 and still garbled. I searched the Internet and couldn't find it. Later I found an interesting thing and found out the cause of the problem.

6.Solving Chinese garbled characters in PHPWord, setting Chinese fonts, and common usage problems

A recent project development required PHP technology to export Word documents, and several solutions were compared. , first of all, use the ActiveX/COM components that come with Microsoft Office, such as Word.Application. The advantage of this method is that it has high format compatibility and can generate pure doc Word2003 format documents. The disadvantage is that it takes up more resources (the call will start a WINWORD.EXE process), not suitable for Web multi-user access;

Related questions and answers:

1.php json_encode parsed What to do if the string has garbled characters

2.php encountered a magical problem caused by Chinese garbled characters

[Related recommendations].

1.Linux’s solution to the problem of garbled characters displayed in XShell remote login (pictures and text)

2.How does php solve the problem of Chinese garbled characters?

3.Share a problem with garbled characters when passing Chinese parameters from js to Action and how to solve it

The above is the detailed content of Summary of garbled html web page problems and solutions. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!