mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
18 lines
357 B
PHP
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
|
|
';
|
|
|
|
}
|