Some of the usernames that contains special characters eg "&" or " ' " are not displaying properly in the Chat.
I have
- Code: Select all
$params["nick"] = iconv("ISO-8859-1", "UTF-8", $user->data['username_clean']);//Autologin with session username
in the params list.
I remember seeing another similar iconv somewhere but cannot now find it.
Any suggestions would be appreciated.