Files
Phraseanet/lib/classes/sphinx/charsetTable/thai.class.php
Romain Neutron ade22295ad Fix CS
2012-04-26 00:55:53 +02:00

18 lines
357 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
';
}