On Mon, Apr 13, 2009 at 2:19 AM, Michael A. Peters <[email protected]> wrote:
> The problem is that validating xhtml does not necessarily render properly in
> some browsers *cough*IE*cough*
I've never had problems and my work is primarily around IE6 / our
corporate standards. Hell, even without a script type it still works
:)
> Would this function work for sending html and solve the utf8 problem?
>
> function makeHTML($document) {
> $buffer = $document->saveHTML();
> $output = html_entity_decode($buffer,ENT_QUOTES,"UTF-8");
> return $output;
> }
>
> I'll try it and see what it does.
this was the only workaround I received for the moment, and I was a
bit afraid it would not process the full range of utf-8; it appeared
on a quick check to work but I wanted to run it on our entire database
and then ask the native geo folks to examine it for correctness.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php