ID:               20277
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         ICONV related
 Operating System: redhat7.3
 PHP Version:      4.3.0-pre2
 New Comment:

I can't reproduce this yet. The supplied scripts give "+Ti0" and
(Zhong) respectively.
What options did you pass to configure? and can I see the result of
phpinfo() too?



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

[2002-11-06 03:21:14] [EMAIL PROTECTED]

<?php
echo iconv ("GB2312","UTF-7","δΈ­")
?>
result :  +Ti0AA 

I wish the result is +Ti0 or +Ti0- 

<?php
echo iconv("UTF-7","GB2312","+Ti0-");
?>

result: NULL
I wish the result is chinese GB2312 word! 

in shell , the command  
" iconv -f UTF-7 -t GB2312 filename " and " iconv -f GB2312 -t UTF-7
filename " are correct! I belive it is bug ,please fix it .



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


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

Reply via email to