Re: [PHP-DEV] Re: Decoding HTML and the Ambiguous Ampersand

2024-08-17 Thread Gina P. Banyard
On Friday, 16 August 2024 at 02:59, Dennis Snell wrote: > [...] > > I have submitted an RFC draft for including the proposed feature from this > issue. Thanks to everyone who helped me in this process. It’s my first RFC, > so I apologize in advance for any mistakes I’ve made in the process. >

Re: [PHP-DEV] Re: Decoding HTML and the Ambiguous Ampersand

2024-08-17 Thread Mel Dafert
On August 16, 2024 2:59:11 AM GMT+02:00, Dennis Snell wrote: > >All, > > >I have submitted an RFC draft for including the proposed feature from this >issue. Thanks to everyone who helped me in this process. It’s my first RFC, so >I apologize in advance for any mistakes I’ve made in the process.

Re: [PHP-DEV] Re: Decoding HTML and the Ambiguous Ampersand

2024-08-16 Thread Rob Landers
On Fri, Aug 16, 2024, at 02:59, Dennis Snell wrote: > >> On Jul 9, 2024, at 4:55 PM, Dennis Snell wrote: >> >> Greetings all, >> >> The `html_entity_decode( … ENT_HTML5 … )` function has a number of issues >> that I’d like to correct. >> >> - It’s missing 720 of HTML5’s specified named cha

[PHP-DEV] Re: Decoding HTML and the Ambiguous Ampersand

2024-08-15 Thread Dennis Snell
> On Jul 9, 2024, at 4:55 PM, Dennis Snell wrote: > > > Greetings all, > > > The `html_entity_decode( … ENT_HTML5 … )` function has a number of issues > that I’d like to correct. > > >  - It’s missing 720 of HTML5’s specified named character references. >  - 106 of these are named charact