PHP iconv (): Unknown error _php Tutorial

Source: Internet
Author: User
Today encountered this error, very strange, try to recompile install Libiconv and PHP failed

Write a piece of code a test, found written UTF8, will be error

PHP Notice:iconv (): Unknown error in/home/web/liv.php on line 4
If written utf-8, everything is good, it seems that the habit is very important.

My version is

libiconv-1.13.1
php-5.3.8


[PHP]
$STR = "hehe";
Iconv (' gbk ', ' UTF8 ', $str);
Iconv (' GBK ', ' utf-8 ', $str); This is the right one.
Echo $str;
?>

http://www.bkjia.com/PHPjc/477970.html www.bkjia.com true http://www.bkjia.com/PHPjc/477970.html techarticle today encountered this error, very strange, try to recompile the installation Libiconv and PHP did not write a piece of code a test, found written UTF8, will error PHP Notice:iconv (): Unknown error ...

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