Re: [PHP-DEV] domdocument loadhtml and encoding

2012-08-07 Thread Ferenc Kovacs
On Fri, Jun 1, 2012 at 5:57 PM, Tjerk Meesters wrote: > Gentlemen, > > Regarding this bug report: https://bugs.php.net/bug.php?id=49705 > > As more developers move away from using regular expressions to parse > HTML and start using DOMDocument, I've noticed that quite a few > stumble over encodin

[PHP-DEV] domdocument loadhtml and encoding

2012-06-01 Thread Tjerk Meesters
Gentlemen, Regarding this bug report: https://bugs.php.net/bug.php?id=49705 As more developers move away from using regular expressions to parse HTML and start using DOMDocument, I've noticed that quite a few stumble over encoding "issues". They're not bugs, because it's documented (I think) that