mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
19 lines
359 B
PHP
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
|
|
';
|
|
|
|
}
|