HTML-ENTITIES coding

Source: Internet
Author: User
: This article mainly introduces the HTML-ENTITIES encoding, for PHP tutorials interested in students can refer. When capturing a web page with fabpot/goutte (https://github.com/FriendsOfPHP/Goutte), it is found that no matter what encoding the target page is (gb2312...), the final result is unicode.
It is found that the crawler of Symfony calls the html-entities encoding.
Mb_convert_encoding ($ content, 'HTML-ENTITIES ', $ charset );

Then, the wiki encyclopedia has a basic knowledge... The html-entities encoding uses unicode (http://en.wikipedia.org/wiki/Character_encodings_in_HTML ).

Reference

A numeric character reference in HTML refers to a character by its Universal Character Set/Unicode code point


It is hereby recorded.

The above introduces the HTML-ENTITIES encoding, including the content of the aspect, hope to be interested in PHP Tutorial friends help.

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.