mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 21:43:18 +00:00
V 3.5 RC 1
This commit is contained in:
19
lib/classes/sphinx/charsetTable/common.class.php
Normal file
19
lib/classes/sphinx/charsetTable/common.class.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* SphinxSearch Unicode maps
|
||||
* Courtesy of http://speeple.com/unicode-maps.txt
|
||||
*/
|
||||
|
||||
class sphinx_charsetTable_common extends sphinx_charsetTableAbstract
|
||||
{
|
||||
|
||||
protected $name = 'Default';
|
||||
protected $table = '
|
||||
##################################################
|
||||
# Common
|
||||
U+FF10..U+FF19->0..9, U+FF21..U+FF3A->a..z, U+FF41..U+FF5A->a..z, 0..9,
|
||||
A..Z->a..z, a..z
|
||||
';
|
||||
|
||||
}
|
Reference in New Issue
Block a user