mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
19 lines
408 B
PHP
19 lines
408 B
PHP
<?php
|
|
|
|
/*
|
|
* SphinxSearch Unicode maps
|
|
* Courtesy of http://speeple.com/unicode-maps.txt
|
|
*/
|
|
|
|
class sphinx_charsetTable_malayalam extends sphinx_charsetTableAbstract
|
|
{
|
|
protected $name = 'Malayalam';
|
|
protected $table = '
|
|
#################################################
|
|
# Malayalam
|
|
U+0D05..U+0D0C, U+0D0E..U+0D10, U+0D12..U+0D28, U+0D2A..U+0D39, U+0D60,
|
|
U+0D61, U+0D66..U+0D6F
|
|
';
|
|
|
|
}
|