mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
19 lines
418 B
PHP
19 lines
418 B
PHP
<?php
|
|
|
|
/*
|
|
* SphinxSearch Unicode maps
|
|
* Courtesy of http://speeple.com/unicode-maps.txt
|
|
*/
|
|
|
|
class sphinx_charsetTable_kannada extends sphinx_charsetTableAbstract
|
|
{
|
|
protected $name = 'Kannada';
|
|
protected $table = '
|
|
#################################################
|
|
# Kannada
|
|
U+0C85..U+0C8C, U+0C8E..U+0C90, U+0C92..U+0CA8, U+0CAA..U+0CB3, U+0CB5..U+0CB9,
|
|
U+0CE0, U+0CE1, U+0CE6..U+0CEF
|
|
';
|
|
|
|
}
|