php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50512 Yuml is missing in HTML translation table
Submitted: 2009-12-18 07:26 UTC Modified: 2018-03-15 12:38 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: anotherhero at gmail dot com Assigned: cmb (profile)
Status: Closed Package: *General Issues
PHP Version: 5.*, 6 OS: *
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: anotherhero at gmail dot com
New email:
PHP Version: OS:

 

 [2009-12-18 07:26 UTC] anotherhero at gmail dot com
Description:
------------
The HTML entity for ? which is Ÿ is missing

Reproduce code:
---------------
<?php
var_dump(get_html_translation_table(HTML_ENTITIES));

Expected result:
----------------
I expect the capital version of &yuml; which is in there to be also in there.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-12-18 09:20 UTC] jani@php.net
Indeed it is missing. Any idea if any other such are missing there? Quick look would suggest there aren't but.. :)
 [2009-12-18 10:52 UTC] anotherhero at gmail dot com
Not that I've noticed, at least none that got a lower case variant but missing their upper case relative or visa versa.
 [2011-01-11 11:56 UTC] neil at weboutreach dot co dot uk
It appears also that the following are missing:

&lsquo;
&rsquo;
&ldquo;
&rdquo;
 [2018-03-15 12:38 UTC] cmb@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: cmb
 [2018-03-15 12:38 UTC] cmb@php.net
This issue has apparently been resolved in the meantime, see
<https://3v4l.org/qtnQO>.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 04:01:27 2024 UTC