Open the file vbstatus_ajax.php
find:
PHP Code:
if($vbulletin->options['vbstatus_wordwrap']){
$att->clean['statusupdate']=wordwrap($att->clean['statusupdate'], $vbulletin->options['vbstatus_wordwrap'], "\n", true);
}
And after that add just one line:
PHP Code:
$att->clean['statusupdate'] = iconv("utf-8", "iso-8859-9", $att->clean['statusupdate']);
turkish language php code iso-8859-9