What to note when using the Iconv function in PHP _php tutorial

Source: Internet
Author: User
Recently in a thief program, you need to use the ICONV function to crawl the UTF-8 encoded page into gb2312,

found that only using the ICONV function to fetch the data of a transcoding data will be less for no reason.

Let me depressed for a while, go online a check information to know this is a iconv function of a bug. Iconv error when converting character "-" to gb2312 phperz.com

The workaround is simply to add "//ignore" to the second parameter of the ICONV function after the code that needs to be converted.

The following is the referenced content:
Iconv ("UTF-8", "Gb2312//ignore", $data)

Ignore means ignoring errors at the time of conversion, and if there is no ignore argument, all strings after that character cannot be saved.

http://www.bkjia.com/PHPjc/486452.html www.bkjia.com true http://www.bkjia.com/PHPjc/486452.html techarticle recently in a thief program, need to use the ICONV function to fetch the UTF-8 encoded page into gb2312, found that only with the ICONV function to fetch the data of a transcoding data will be no ...

  • 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.