My vb version is b7. I find the vbcode font face tag can't work with duble-byte languge. Like this way:[font=some duble-byte words].
In includes/functions_bbcodeparse.php,I think this line is a point.
How to solve this problem?
Thanks.
In includes/functions_bbcodeparse.php,I think this line is a point.
PHP Code:
$bbcodes['standard']['find']['[font='] = '#\[font=("|"|\'|)([\w,\'\- ]*)\\1\](.*)\[/font\]#esiU'; // {option} allows single quotes, spaces, commas, underscores, dashes and alpha-numeric
Thanks.
Comment