- Joined
- Jul 29, 2008
- Messages
- 7
- Reaction score
- 0
help me please to shoot trouble with encoding of chat.
I can't edit him to work correctly with cp1251 :bad:
Can you help me?
I try to edit
to
in chat_msg.php, btw there's no correct result.
I can't edit him to work correctly with cp1251 :bad:
Can you help me?
I try to edit
Code:
$nick=htmlentities(utf8_decode($v->user));
$msg=htmlentities(utf8_decode($v->message));
Code:
$nick=htmlentities($v->user);
$msg=htmlentities($v->message);