Warning: cannot yet handle MBCS in html_entity_decode()! in .../components/com_events/events.html.php on line 268
This is the following code:
. html_entity_decode($version->getLongCopyright(), ENT_COMPAT, 'utf-8') . ', '
I just wanted to let everyone know that this does not appear to be a bug with JEvents, but actually with PHP4. See the following link for explaination...
[url]http://bugs.php.net/bug.php?id=25670[/url]
Andrew