summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy-new/xindy/make-rules/alphabets/greek/utf8.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/xindy-new/xindy/make-rules/alphabets/greek/utf8.pl.in')
-rw-r--r--Build/source/utils/xindy-new/xindy/make-rules/alphabets/greek/utf8.pl.in47
1 files changed, 47 insertions, 0 deletions
diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/greek/utf8.pl.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/greek/utf8.pl.in
new file mode 100644
index 00000000000..c1624c5eeea
--- /dev/null
+++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/greek/utf8.pl.in
@@ -0,0 +1,47 @@
+#!/usr/bin/perl
+
+$language = "Greek";
+$prefix = "el";
+$script = "greek";
+
+$alphabet = [
+['Α', ['α', 'Α'], ['ά','Ά']],
+['Β', ['β', 'Β']],
+['Γ', ['γ', 'Γ']],
+['Δ', ['δ', 'Δ']],
+['Ε', ['ε', 'Ε'], ['έ','Έ']],
+['Ζ', ['ζ', 'Ζ']],
+ [],
+['Η', ['η', 'Η'], ['ή','Ή']],
+['Θ', ['θ', 'Θ']],
+['Ι', ['ι', 'Ι'], ['ί','Ί'], ['ϊ', 'Ϊ'], ['ΐ']],
+ [],
+['Κ', ['κ', 'Κ']],
+['Λ', ['λ', 'Λ']],
+['Μ', ['μ', 'Μ']],
+['Ν', ['ν', 'Ν']],
+['Ξ', ['ξ', 'Ξ']],
+['Ο', ['ο', 'Ο'], ['ό','Ό']],
+['Π', ['π', 'Π']],
+ [],
+['Ρ', ['ρ', 'Ρ']],
+['Σ', ['σ', 'Σ'], ['ς']],
+['Τ', ['τ', 'Τ']],
+['Υ', ['υ', 'Υ'], ['ύ','Ύ'], ['ϋ', 'Ϋ'], ['ΰ']],
+['Φ', ['φ', 'Φ']],
+['Χ', ['χ', 'Χ']],
+['Ψ', ['ψ', 'Ψ']],
+['Ω', ['ω', 'Ω'], ['ώ', 'Ώ']]
+];
+
+@special = ('?', '!', '.', ';', '·', 'letters', '-', '\'', '\\/');
+
+# first lower or upper case?
+
+$sortcase = "Aa";
+#$sortcase = "aA";
+
+#@letter_group_names = ('Α','Β','Γ','Δ','Ε','Ζ','Η','Θ','Ι','Κ','Λ','Μ',
+#'Ν','Ξ','Ο','Π','Ρ','Σ','Τ','Υ','Φ','Χ','Ψ','Ω');
+
+do 'make-rules.pl';