php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43180 Can't use UTF-8 chars in a bug report
Submitted: 2007-11-02 18:01 UTC Modified: 2010-03-09 19:36 UTC
From: carsten_sttgt at gmx dot de Assigned: jani (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: Irrelevant
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: carsten_sttgt at gmx dot de
New email:
PHP Version: OS:

 

 [2007-11-02 18:01 UTC] carsten_sttgt at gmx dot de
Description:
------------
Hello,

if you use UTF-8 chars in a bug report or comment, the chars are changed to html entities (correct). But the reports and comments are placed between <pre> tags, and so a browser shows the entities and not the UTF-8 chars.

This is a problem, because you can't see if a bug reporter is using entities or UTF-8 chars in the report. So you can have a lot of confusion. An Example can be Bug #43148.

Regards,
Carsten



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-11-02 22:26 UTC] carsten_sttgt at gmx dot de
> But the reports and comments are placed between
> <pre> tags, and so a browser shows the entities
> and not the UTF-8 chars.

Correction:
There is a double encoding. Instead of e.g. a "&#1051;", there is a "&amp;#1051;" in the HTML.
 [2007-11-11 21:13 UTC] crescentfreshpot at yahoo dot com
Just a note to clarify that the <pre> tags are NOT part of the problem.
 [2010-03-09 19:36 UTC] jani@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: jani
 [2010-03-09 19:36 UTC] jani@php.net
This bug has been fixed in SVN. Since the websites are not directly
updated from the SVN server, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.


 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jun 18 03:00:02 2026 UTC