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

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
';
}