diff options
-rw-r--r-- | inc/indexer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/indexer.php b/inc/indexer.php index 2f03ad409..c2f7d6779 100644 --- a/inc/indexer.php +++ b/inc/indexer.php @@ -41,7 +41,7 @@ define('IDX_ASIAN3','['. // Hiragana/Katakana (can be two charact '\x{30C3}\x{30E3}\x{30E5}\x{30E7}\x{30EE}\x{30F5}\x{30F6}\x{30FB}\x{30FC}'. '\x{31F0}-\x{31FF}'. ']?'); - +define('IDX_ASIAN', '(?:'.IDX_ASIAN1.'|'.IDX_ASIAN2.'|'.IDX_ASIAN3.')'); /** * Measure the length of a string. |