Files
Phraseanet/lib/classes/sphinx/charsetTable/armenian.class.php
Romain Neutron 4c5b7eb658 V 3.5 RC 1
2011-12-05 00:23:28 +01:00

19 lines
359 B
PHP

<?php
/*
* SphinxSearch Unicode maps
* Courtesy of http://speeple.com/unicode-maps.txt
*/
class sphinx_charsetTable_armenian extends sphinx_charsetTableAbstract
{
protected $name = 'Armenian';
protected $table = '
##################################################
# Armenian
U+0531..U+0556->U+0561..U+0586, U+0561..U+0586, U+0587
';
}