ID:               29852
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jamedean at edunet4u dot net
-Status:           Open
+Status:           Bogus
 Bug Type:         ICONV related
 Operating System: linux i386
 PHP Version:      4.3.8
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

This is not a support forum.


Previous Comments:
------------------------------------------------------------------------

[2004-08-26 17:08:53] jamedean at edunet4u dot net

Description:
------------
This problem is just appeared for PHP 4.3.8
PHP 4.2.3 version is not appreard.

iconv() function did not output a error.


Reproduce code:
---------------
testing.

<?
if(($res = iconv("utf-8","euc-kr","abc�def")) == false)
echo "error";
else
echo $res;
?>
PHP 4.2.3 output ==>  "error"   // iconv() return FALSE !!
but,
PHP 4.3.8 output ==>  "abc"     // iconv() return abc !!

please help me.T^T






------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=29852&edit=1

Reply via email to