ID:               33720
 Updated by:       [EMAIL PROTECTED]
 Reported By:      s dot masugata at digicom dot dnp dot co dot jp
-Status:           Open
+Status:           Assigned
 Bug Type:         mbstring related
 Operating System: Solaris8
 PHP Version:      4.4.0
-Assigned To:      
+Assigned To:      moriyoshi
 New Comment:

Moriyoshi: Somehow it looks like you never fixed #321311 anywhere, just
added a NEWS entry ???




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

[2005-07-16 05:14:58] s dot masugata at digicom dot dnp dot co dot jp

Description:
------------
http://bugs.php.net/bug.php?id=32311
mb_encode_mimeheader is did not operate by the influence that corrected
this problem. 


Reproduce code:
---------------
<?
declare( encoding="EUC-JP" );
var_dump( mb_encode_mimeheader( "•\‘è" ) );
?>


Expected result:
----------------
string(34) "=?ISO-2022-JP?B?GyRCST1CahsoQg==?="

Actual result:
--------------
string(2) "hL"


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


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

Reply via email to