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
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: sean@php.net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 17:01:58 2024 UTC