php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30197 extended characters display improperly
Submitted: 2004-09-22 19:23 UTC Modified: 2004-10-04 08:41 UTC
From: sean@php.net Assigned:
Status: Closed Package: Livedocs problem
PHP Version: Irrelevant OS: n/a
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
44 - 36 = ?
Subscribe to this entry?

 
 [2004-09-22 19:23 UTC] sean@php.net
Description:
------------
? is being represented as "ä" in livedocs.

Seems to not be my browser -- curl shows the same.

haven't taken the time to figure out "why", yet.

S


Reproduce code:
---------------
see:
http://livedocs.phpdoc.info/index.php?l=en&q=language.variables
("$täyte = 'mansikka';")
and:
http://ca.php.net/variables
("$t?yte = 'mansikka';")

Expected result:
----------------
"$t?yte = 'mansikka';"

Actual result:
--------------
"$täyte = 'mansikka';"

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-09-22 21:25 UTC] derick@php.net
No bug, this is UTF8.
 [2004-09-23 20:29 UTC] sean@php.net
Patch:
http://www.powertrip.co.za/livedocs/viewpatch.php?patch=13

Livedocs should do this out of the box.
(re-opened)

S

 [2004-09-23 20:49 UTC] derick@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 [2004-10-03 18:03 UTC] tomsommer@php.net
Reopening, we should also force content-type for .html files.

Patch here: http://www.powertrip.co.za/livedocs/viewpatch.php?patch=14
 [2004-10-04 08:41 UTC] derick@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 12:01:29 2024 UTC