php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35700 mb_encode_mimeheader encodes some words to wrong words.
Submitted: 2005-12-16 07:14 UTC Modified: 2005-12-24 01:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: tekezo at tkym dot org Assigned:
Status: No Feedback Package: mbstring related
PHP Version: 4.4.1 OS: Linux & FreeBSD
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: tekezo at tkym dot org
New email:
PHP Version: OS:

 

 [2005-12-16 07:14 UTC] tekezo at tkym dot org
Description:
------------
mb_encode_mimeheader encode "?N" to "t".

Reproduce code:
---------------
$enc_str = mb_encode_mimeheader("?N");
$dec_str = mb_decode_mimeheader($enc_str);
print $dec_str . "\n";


Expected result:
----------------
print "?N"


Actual result:
--------------
print "t"

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-16 11:42 UTC] tony2001@php.net
Can't reproduce with both 4.4.2-dev and 5.1.2-dev.
 [2005-12-24 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 15:01:31 2025 UTC