Test on locallhost
If UTF-8
edit file class_profileblock.php
line 710 and below
mb_internal_encoding('utf-8');
// Get rid of BBCode so we're left with the username and :
$message = $message_orig = strip_bbcode($results_r['message'], false, false, false);
if...