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

18 lines
386 B
PHP

<?php
/*
* SphinxSearch Unicode maps
* Courtesy of http://speeple.com/unicode-maps.txt
*/
class sphinx_charsetTable_georgian extends sphinx_charsetTableAbstract
{
protected $name = 'Georgian';
protected $table = '
##################################################
# Georgian
U+10FC->U+10DC, U+10D0..U+10FA, U+10A0..U+10C5->U+2D00..U+2D25, U+2D00..U+2D25
';
}