Files
Phraseanet/lib/classes/sphinx/charsetTable/thai.class.php
Romain Neutron 4c5b7eb658 V 3.5 RC 1
2011-12-05 00:23:28 +01:00

19 lines
354 B
PHP

<?php
/*
* SphinxSearch Unicode maps
* Courtesy of http://speeple.com/unicode-maps.txt
*/
class sphinx_charsetTable_thai extends sphinx_charsetTableAbstract
{
protected $name = 'Thai';
protected $table = '
#################################################
# Thai
U+0E01..U+0E30, U+0E32, U+0E33, U+0E40..U+0E46, U+0E50..U+0E5B
';
}