-
Bug
-
Resolution: Fixed
-
3.0.RC7
-
None
-
PHP Environment:
Database:
Search for some words with multibytes fail.
Search :
$split_keywords = mb_ereg_replace('([^\w\'*"()])', '\\1
1', str_replace('\'\'', '\' \'', trim($split_keywords)));
Add before:
mb_regex_encoding('UTF-8');
fixes this problem.