Quote:
Originally Posted by bjhuang
to support chinese (maybe others)
open plugin "CheckUsername" and find
PHP Code:
if ($_GET['do'] == 'CheckUsername') {
add these lines after that
PHP Code:
$vbulletin->input->clean_array_gpc('g', array(
'param' => TYPE_STR
));
$vbulletin->GPC['param'] = convert_urlencoded_unicode($vbulletin->GPC['param']);
|
this one is valid only for languages that charset is uft-8 , but if the language charset is like windows-1256 it will be retourned the html code for the letter .