mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
Fix CS
This commit is contained in:
@@ -7,9 +7,8 @@
|
||||
|
||||
class sphinx_charsetTable_CJK extends sphinx_charsetTableAbstract
|
||||
{
|
||||
|
||||
protected $name = 'Chinese, Japanese, and Korean';
|
||||
protected $table = '
|
||||
protected $name = 'Chinese, Japanese, and Korean';
|
||||
protected $table = '
|
||||
#################################################
|
||||
# CJK*
|
||||
U+F900->U+8C48, U+F901->U+66F4, U+F902->U+8ECA, U+F903->U+8CC8, U+F904->U+6ED1,
|
||||
|
@@ -7,9 +7,8 @@
|
||||
|
||||
class sphinx_charsetTable_arabic extends sphinx_charsetTableAbstract
|
||||
{
|
||||
|
||||
protected $name = 'Arabic';
|
||||
protected $table = '
|
||||
protected $name = 'Arabic';
|
||||
protected $table = '
|
||||
##################################################
|
||||
# Arabic
|
||||
U+0622->U+0627, U+0623->U+0627, U+0624->U+0648, U+0625->U+0627, U+0626->U+064A,
|
||||
|
@@ -7,9 +7,8 @@
|
||||
|
||||
class sphinx_charsetTable_armenian extends sphinx_charsetTableAbstract
|
||||
{
|
||||
|
||||
protected $name = 'Armenian';
|
||||
protected $table = '
|
||||
protected $name = 'Armenian';
|
||||
protected $table = '
|
||||
##################################################
|
||||
# Armenian
|
||||
U+0531..U+0556->U+0561..U+0586, U+0561..U+0586, U+0587
|
||||
|
@@ -7,9 +7,8 @@
|
||||
|
||||
class sphinx_charsetTable_bengali extends sphinx_charsetTableAbstract
|
||||
{
|
||||
|
||||
protected $name = 'Bengali';
|
||||
protected $table = '
|
||||
protected $name = 'Bengali';
|
||||
protected $table = '
|
||||
#################################################
|
||||
# Bengali
|
||||
U+09DC->U+09A1, U+09DD->U+09A2, U+09DF->U+09AF, U+09F0->U+09AC, U+09F1->U+09AC,
|
||||
|
@@ -7,9 +7,8 @@
|
||||
|
||||
class sphinx_charsetTable_common extends sphinx_charsetTableAbstract
|
||||
{
|
||||
|
||||
protected $name = 'Default';
|
||||
protected $table = '
|
||||
protected $name = 'Default';
|
||||
protected $table = '
|
||||
##################################################
|
||||
# Common
|
||||
U+FF10..U+FF19->0..9, U+FF21..U+FF3A->a..z, U+FF41..U+FF5A->a..z, 0..9,
|
||||
|
@@ -7,9 +7,8 @@
|
||||
|
||||
class sphinx_charsetTable_coptic extends sphinx_charsetTableAbstract
|
||||
{
|
||||
|
||||
protected $name = 'Coptic';
|
||||
protected $table = '
|
||||
protected $name = 'Coptic';
|
||||
protected $table = '
|
||||
##################################################
|
||||
# Coptic
|
||||
# Notes: Some shared Greek characters, may require ammendments.
|
||||
|
@@ -7,9 +7,8 @@
|
||||
|
||||
class sphinx_charsetTable_cyrillic extends sphinx_charsetTableAbstract
|
||||
{
|
||||
|
||||
protected $name = 'Cyrillic';
|
||||
protected $table = '
|
||||
protected $name = 'Cyrillic';
|
||||
protected $table = '
|
||||
##################################################
|
||||
# Cryllic*
|
||||
U+0400->U+0435, U+0401->U+0435, U+0402->U+0452, U+0452, U+0403->U+0433,
|
||||
|
@@ -7,9 +7,8 @@
|
||||
|
||||
class sphinx_charsetTable_devanagari extends sphinx_charsetTableAbstract
|
||||
{
|
||||
|
||||
protected $name = 'Devanagari';
|
||||
protected $table = '
|
||||
protected $name = 'Devanagari';
|
||||
protected $table = '
|
||||
##################################################
|
||||
# Devanagari
|
||||
U+0929->U+0928, U+0931->U+0930, U+0934->U+0933, U+0958->U+0915, U+0959->U+0916,
|
||||
|
@@ -7,9 +7,8 @@
|
||||
|
||||
class sphinx_charsetTable_georgian extends sphinx_charsetTableAbstract
|
||||
{
|
||||
|
||||
protected $name = 'Georgian';
|
||||
protected $table = '
|
||||
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
|
||||
|
@@ -7,9 +7,8 @@
|
||||
|
||||
class sphinx_charsetTable_greek extends sphinx_charsetTableAbstract
|
||||
{
|
||||
|
||||
protected $name = 'Greek';
|
||||
protected $table = '
|
||||
protected $name = 'Greek';
|
||||
protected $table = '
|
||||
##################################################
|
||||
# Greek
|
||||
U+0386->U+03B1, U+0388->U+03B5, U+0389->U+03B7, U+038A->U+03B9, U+038C->U+03BF,
|
||||
|
@@ -7,9 +7,8 @@
|
||||
|
||||
class sphinx_charsetTable_gujarati extends sphinx_charsetTableAbstract
|
||||
{
|
||||
|
||||
protected $name = 'Gujarati';
|
||||
protected $table = '
|
||||
protected $name = 'Gujarati';
|
||||
protected $table = '
|
||||
##################################################
|
||||
# Gujarati
|
||||
U+0A85..U+0A8C, U+0A8F, U+0A90, U+0A93..U+0AB0, U+0AB2, U+0AB3, U+0AB5..U+0AB9,
|
||||
|
@@ -7,9 +7,8 @@
|
||||
|
||||
class sphinx_charsetTable_gurmukhi extends sphinx_charsetTableAbstract
|
||||
{
|
||||
|
||||
protected $name = 'Gurmukhi';
|
||||
protected $table = '
|
||||
protected $name = 'Gurmukhi';
|
||||
protected $table = '
|
||||
##################################################
|
||||
# Gurmukhi
|
||||
U+0A33->U+0A32, U+0A36->U+0A38, U+0A59->U+0A16, U+0A5A->U+0A17, U+0A5B->U+0A1C,
|
||||
|
@@ -7,9 +7,8 @@
|
||||
|
||||
class sphinx_charsetTable_hebrew extends sphinx_charsetTableAbstract
|
||||
{
|
||||
|
||||
protected $name = 'Hebrew';
|
||||
protected $table = '
|
||||
protected $name = 'Hebrew';
|
||||
protected $table = '
|
||||
#################################################
|
||||
# Hebrew*
|
||||
U+FB1D->U+05D9, U+FB1F->U+05F2, U+FB20->U+05E2, U+FB21->U+05D0, U+FB22->U+05D3,
|
||||
|
@@ -7,9 +7,8 @@
|
||||
|
||||
class sphinx_charsetTable_kannada extends sphinx_charsetTableAbstract
|
||||
{
|
||||
|
||||
protected $name = 'Kannada';
|
||||
protected $table = '
|
||||
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,
|
||||
|
@@ -7,9 +7,8 @@
|
||||
|
||||
class sphinx_charsetTable_latin extends sphinx_charsetTableAbstract
|
||||
{
|
||||
|
||||
protected $name = 'Latin';
|
||||
protected $table = '
|
||||
protected $name = 'Latin';
|
||||
protected $table = '
|
||||
##################################################
|
||||
# Latin
|
||||
# A
|
||||
|
@@ -7,9 +7,8 @@
|
||||
|
||||
class sphinx_charsetTable_limbu extends sphinx_charsetTableAbstract
|
||||
{
|
||||
|
||||
protected $name = 'Limbu';
|
||||
protected $table = '
|
||||
protected $name = 'Limbu';
|
||||
protected $table = '
|
||||
#################################################
|
||||
# Limbu
|
||||
U+1900..U+191C, U+1930..U+1938, U+1946..U+194F
|
||||
|
@@ -7,9 +7,8 @@
|
||||
|
||||
class sphinx_charsetTable_malayalam extends sphinx_charsetTableAbstract
|
||||
{
|
||||
|
||||
protected $name = 'Malayalam';
|
||||
protected $table = '
|
||||
protected $name = 'Malayalam';
|
||||
protected $table = '
|
||||
#################################################
|
||||
# Malayalam
|
||||
U+0D05..U+0D0C, U+0D0E..U+0D10, U+0D12..U+0D28, U+0D2A..U+0D39, U+0D60,
|
||||
|
@@ -7,9 +7,8 @@
|
||||
|
||||
class sphinx_charsetTable_tamil extends sphinx_charsetTableAbstract
|
||||
{
|
||||
|
||||
protected $name = 'Tamil';
|
||||
protected $table = '
|
||||
protected $name = 'Tamil';
|
||||
protected $table = '
|
||||
#################################################
|
||||
# Tamil
|
||||
U+0B94->U+0B92, U+0B85..U+0B8A, U+0B8E..U+0B90, U+0B92, U+0B93, U+0B95, U+0B99,
|
||||
|
@@ -7,9 +7,8 @@
|
||||
|
||||
class sphinx_charsetTable_thai extends sphinx_charsetTableAbstract
|
||||
{
|
||||
|
||||
protected $name = 'Thai';
|
||||
protected $table = '
|
||||
protected $name = 'Thai';
|
||||
protected $table = '
|
||||
#################################################
|
||||
# Thai
|
||||
U+0E01..U+0E30, U+0E32, U+0E33, U+0E40..U+0E46, U+0E50..U+0E5B
|
||||
|
Reference in New Issue
Block a user