The encoding cannot be changed.

Source: Internet
Author: User
Encoding cannot be converted. PHPcodevar_dump ($ message); $ charset = mb_detect_encoding ($ message); $ message = iconv ('utf-8', 'gbk // IGNORE ', $ message); // $ the encoding cannot be converted. thank you!
PHP code
  var_dump($message);$charset = mb_detect_encoding($message);$message = iconv('UTF-8','GBK//IGNORE',$message);//$message = mb_convert_encoding($message, 'GBK', 'UTF-8');$charset2 = mb_detect_encoding($message);var_dump($charset,$charset2,$message);


Output:
String 'commandid commandid policytest_0 commandid when there were too many commandid? Why? 20120717-1504-6317 ?? ?? Why? Too many? 78.000 seconds later than just a few seconds later than before running the program $4001156677 seconds later than 159 '(length =)
String 'utf-8' (length = 5)
String 'utf-8' (length = 5)
String 'commandid commandid policytest_0 commandid when there were too many commandid? Why? 20120717-1504-6317 ?? ?? Why? Too many? 78.000 seconds later than just a few seconds later than before running the program $4001156677 seconds later than 159 '(length =)

Changing the file encoding is also UTF-8

Anyone? Online

------ Solution --------------------
Try to add
Header ("Content-Type: text/html; charset = utf-8 ");
------ Solution --------------------
Error_reporting (E_ALL );

Header ("Content-Type: text/html; charset = utf-8 ");

Is it UTF8 without BOM?

The BOM may be invalid because the header is invalid.

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.