Output page header(page encoding) problem
| Bug #3714 | Output page header(page encoding) problem | ||||
|---|---|---|---|---|---|
| Submitted: | 2000-03-02 21:04 UTC | Modified: | 2000-07-23 15:02 UTC | ||
| From: | eagle_z at hotmail dot com | Assigned: | |||
| Status: | Closed | Package: | Scripting Engine problem | ||
| PHP Version: | 4.0 Beta 4 Patch Level 1 | OS: | RedHat 6.1 | ||
| Private report: | No | CVE-ID: | None | ||
[2000-03-02 21:04 UTC] eagle_z at hotmail dot com
The page outputed by PHP-4.0b4pl1 contain a Header like this: "Content-type: text/html;charset=iso-8859-1" If my script contains non-iso-8859-1 characters, like Chinses(charset=gb2312 or charset=big5), it would cause a display problem, the characters can be read(but the page source code is ok). the related source code is located in file: php-4.0b4pl1/sapi/apache/mod_php4.c, line 431 and 463.
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2000-07-23 15:02 UTC] stas at cvs dot php dot net