The echo string contains 'and '? ', Why?

Source: Internet
Author: User
For example: {code ...} result: If the adminn stream hn-h (correct) is & #039; The adminn stream hn-h & #039; exists in the field where the mysql attribute is utf8_general_ci, the echo result is adminn? Hn h:

Header ("Content-Type: text/html; charset = UTF-8"); $ a = 'adminn stream hn-H'; echo $;

Result: adminn stream hn-h
(Correct)

If 'adminn stream hn-H' exists in the field of mysql whose attribute is utf8_general_ci, the echo result is:
Adminn? Hn h

Consult

Reply content:

For example:

Header ("Content-Type: text/html; charset = UTF-8"); $ a = 'adminn stream hn-H'; echo $;

Result: adminn stream hn-h
(Correct)

If 'adminn stream hn-H' exists in the field of mysql whose attribute is utf8_general_ci, the echo result is:
Adminn? Hn h

Consult

It is the character encoding problem. Add utf8 to the header. You can first check the encoding of the page with Garbled text output. If it is not utf8, add the header. If it is, check the encoding of your php file. It also needs to be utf8

The file encoding must be consistent with the header.

If the other most likely reasons are ruled out, the last reason is the browser, and the other is normal.

Tune the browser Encoding

Use notepad ++ to view the file encoding? Make sure that the encoding is consistent with that of the header.

Upstairs is right

For file encoding problems, just check the specific encoding.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.