what's the story with html_entity_decode?
From: Per Jessen (per_at_computer.org)
Date: 11/29/03
- Next message: Jason Giangrande: "Checking if a host is online"
- Previous message: Gerard Samuel: "Re: [PHP] DAMN"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: php-general@lists.php.net Date: Sat, 29 Nov 2003 16:57:44 +0100
According to the manual it appears to support UTF-8, but it complains loudly
about not supporting MBCS when invoked?
"Warning: cannot yet handle MBCS in html_entity_decode()! " ....
Will html_entity_decode produce output in UTF-8 when e.g. invoked like this:
$a="Zürich, \"klonk\" æ 'å' ";
$b=html_entity_decode( $a, ENT_QUOTES, "UTF-8" );
It seems to default to ISO-8859-1?
thanks
/Per
-- Per Jessen, Zurich http://timian.jessen.ch - an analog report formatter using XSLT. http://jessen.ch/dansk-listen - for alle danskere i udlandet!
- Next message: Jason Giangrande: "Checking if a host is online"
- Previous message: Gerard Samuel: "Re: [PHP] DAMN"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]