mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Added: support for CJK and Hangul into the search engine
git-svn-id: file:///svn/phpbb/trunk@6182 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -22,6 +22,12 @@ define('UTF8_SURROGATE_LAST', "\xED\xBF\xBF");
|
||||
define('UTF8_HANGUL_FIRST', "\xEA\xB0\x80");
|
||||
define('UTF8_HANGUL_LAST', "\xED\x9E\xA3");
|
||||
|
||||
define('UTF8_CJK_FIRST', "\xE4\xB8\x80");
|
||||
define('UTF8_CJK_LAST', "\xE9\xBE\xBB");
|
||||
define('UTF8_CJK_B_FIRST', "\xF0\xA0\x80\x80");
|
||||
define('UTF8_CJK_B_LAST', "\xF0\xAA\x9B\x96");
|
||||
|
||||
|
||||
if (function_exists('utf8_normalize'))
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user