summaryrefslogtreecommitdiff
path: root/Build/source/texk/upmendex/var.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/upmendex/var.h')
-rw-r--r--Build/source/texk/upmendex/var.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/upmendex/var.h b/Build/source/texk/upmendex/var.h
index b627d75eff6..c9275fcc915 100644
--- a/Build/source/texk/upmendex/var.h
+++ b/Build/source/texk/upmendex/var.h
@@ -35,7 +35,8 @@ int letter_head=1;
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]={"SNLGCJKHDT"};
+char character_order[STYBUFSIZE]={"SNLGCJKHDTah"};
+char script_preamble[11][STYBUFSIZE],script_postamble[11][STYBUFSIZE];
char icu_locale[STYBUFSIZE]={"root"},icu_rules[STYBUFSIZE]={""};
int icu_attributes[UCOL_ATTRIBUTE_COUNT];