php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36527 Add Manual Note form using ISO-8859-1 conflicts with UTF-8 in manual
Submitted: 2006-02-25 14:06 UTC Modified: 2006-02-25 17:57 UTC
From: hfuecks at gmail dot com Assigned:
Status: Not a bug Package: Website problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: hfuecks at gmail dot com
New email:
PHP Version: OS:

 

 [2006-02-25 14:06 UTC] hfuecks at gmail dot com
Description:
------------
The "Add Manual Note" form is declared as ISO-8859-1 (this is being done explicity via the content-type HTTP header, at least in the follow link below which I recently used;

http://www.php.net/manual/add-note.php?sect=function.iconv-strlen&redirect=http://www.php.net/manual/en/function.iconv-strlen.php

This is "in conflict" with manual pages (like this one: http://www.php.net/manual/en/function.iconv-strlen.php#62320 ) which have a Content-Type header reporting UTF-8 (which is good).

Suggest modifying that header on the Add Note form to UTF-8. Might also be a good idea to add an accept-charset="UTF-8" attribute to the "add note" form tag - at least with IE this gives a hint to the browser to override whatever user settings are in force.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-02-25 17:57 UTC] nlopess@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

dup of #33079.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 03:01:29 2024 UTC