PHP :: Bug #52599 :: iconv output handler produces Content-Type: text/html; charset=UTF-8//TRANSLIT
| Bug #52599 | iconv output handler produces Content-Type: text/html; charset=UTF-8//TRANSLIT | ||||
|---|---|---|---|---|---|
| Submitted: | 2010-08-13 16:48 UTC | Modified: | 2010-08-19 14:27 UTC | ||
| From: | giorgio dot liscio at email dot it | Assigned: | iliaa (profile) | ||
| Status: | Closed | Package: | ICONV related | ||
| PHP Version: | 5.3.3 | OS: | windows 7 x64 | ||
| Private report: | No | CVE-ID: | None | ||
[2010-08-13 16:48 UTC] giorgio dot liscio at email dot it
Description:
------------
hi
when i use
iconv_set_encoding("output_encoding", "UTF-8//TRANSLIT//IGNORE");
http response header is sent like this:
Content-Type: text/html; charset=UTF-8//TRANSLIT//IGNORE
and it is not correctly parsed by the browser (tested ffox and ie)
i'm not sure but this is specific to 5.3.3, because on 5.3.2 works
thank you
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2010-08-19 14:27 UTC] iliaa@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: iliaa
[2010-08-19 14:27 UTC] iliaa@php.net