mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 03:53:13 +00:00
18 lines
344 B
PHP
18 lines
344 B
PHP
<?php
|
|
|
|
/*
|
|
* SphinxSearch Unicode maps
|
|
* Courtesy of http://speeple.com/unicode-maps.txt
|
|
*/
|
|
|
|
class sphinx_charsetTable_limbu extends sphinx_charsetTableAbstract
|
|
{
|
|
protected $name = 'Limbu';
|
|
protected $table = '
|
|
#################################################
|
|
# Limbu
|
|
U+1900..U+191C, U+1930..U+1938, U+1946..U+194F
|
|
';
|
|
|
|
}
|