mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 12:03:14 +00:00
18 lines
386 B
PHP
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
|
|
';
|
|
|
|
}
|