diff options
author | Andreas Gohr <andi@splitbrain.org> | 2011-01-23 19:48:31 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2011-01-23 19:48:31 +0100 |
commit | ec79b3c98747e3777df661f0183be518a1cf7fef (patch) | |
tree | 60ec0a60297686fd452783170bef3a463855b32b /inc/indexer.php | |
parent | 33c72f1de00e99df631e7267ab3fc142b61269f5 (diff) | |
parent | 5b718e235e1d9b39e7db0f8641945353ea7fa8ab (diff) | |
download | rpg-ec79b3c98747e3777df661f0183be518a1cf7fef.tar.gz rpg-ec79b3c98747e3777df661f0183be518a1cf7fef.tar.bz2 |
Merge branch 'master' of https://github.com/danny0838/dokuwiki into danny0838-master
Diffstat (limited to 'inc/indexer.php')
-rw-r--r-- | inc/indexer.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/indexer.php b/inc/indexer.php index 943c2a8c4..9cf079261 100644 --- a/inc/indexer.php +++ b/inc/indexer.php @@ -23,6 +23,10 @@ define('IDX_ASIAN2','['. '\x{30FD}-\x{31EF}\x{3200}-\x{D7AF}'. '\x{F900}-\x{FAFF}'. // CJK Compatibility Ideographs '\x{FE30}-\x{FE4F}'. // CJK Compatibility Forms + "\xF0\xA0\x80\x80-\xF0\xAA\x9B\x9F". // CJK Extension B + "\xF0\xAA\x9C\x80-\xF0\xAB\x9C\xBF". // CJK Extension C + "\xF0\xAB\x9D\x80-\xF0\xAB\xA0\x9F". // CJK Extension D + "\xF0\xAF\xA0\x80-\xF0\xAF\xAB\xBF". // CJK Compatibility Supplement ']'); define('IDX_ASIAN3','['. // Hiragana/Katakana (can be two characters) '\x{3042}\x{3044}\x{3046}\x{3048}'. |