summaryrefslogtreecommitdiff
path: root/indexing/upmendex/source/var.h
diff options
context:
space:
mode:
Diffstat (limited to 'indexing/upmendex/source/var.h')
-rw-r--r--indexing/upmendex/source/var.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/indexing/upmendex/source/var.h b/indexing/upmendex/source/var.h
index 679ebae301..02e2714910 100644
--- a/indexing/upmendex/source/var.h
+++ b/indexing/upmendex/source/var.h
@@ -32,9 +32,10 @@ char symhead_positive[STYBUFSIZE]={"Symbols"},symhead_negative[STYBUFSIZE]={"sym
char numhead_positive[STYBUFSIZE]={"Numbers"},numhead_negative[STYBUFSIZE]={"numbers"};
int symbol_flag=1;
int letter_head=1;
-UChar atama[STYBUFSIZE],tumunja[STYBUFSIZE],hanzi_head[STYBUFSIZE]={L'\0'};
+UChar atama[STYBUFSIZE],hangul_head[STYBUFSIZE],hanzi_head[STYBUFSIZE]={L'\0'},kana_head[STYBUFSIZE]={L'\0'};
+UChar devanagari_head[STYBUFSIZE],thai_head[STYBUFSIZE];
char page_compositor[STYBUFSIZE]={"-"},page_precedence[STYBUFSIZE]={"rnaRA"};
-char character_order[STYBUFSIZE]={"SNLGCJKH"};
+char character_order[STYBUFSIZE]={"SNLGCJKHDT"};
char icu_locale[STYBUFSIZE]={"root"},icu_rules[STYBUFSIZE]={""};
int icu_attributes[UCOL_ATTRIBUTE_COUNT];