Skip to content
Snippets Groups Projects
Commit 699b8a0b authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fix asian word search FS#1188

darcs-hash:20070718073121-7ad00-60e45fb3913fa3745511c640a55aa1b7446a3657.gz
parent 4bb1b5ae
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment