summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy-new/xindy/make-rules/alphabets/hebrew/iso88598.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/xindy-new/xindy/make-rules/alphabets/hebrew/iso88598.pl')
-rw-r--r--Build/source/utils/xindy-new/xindy/make-rules/alphabets/hebrew/iso88598.pl45
1 files changed, 45 insertions, 0 deletions
diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/hebrew/iso88598.pl b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/hebrew/iso88598.pl
new file mode 100644
index 00000000000..a9d66cb9ef1
--- /dev/null
+++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/hebrew/iso88598.pl
@@ -0,0 +1,45 @@
+#!/usr/bin/perl
+
+$language = "Hebrew";
+$prefix = "iw";
+$script = "hebrew";
+
+$alphabet = [
+['à', ['à'] ],
+['á', ['á'] ],
+['â', ['â'] ],
+['ã', ['ã'] ],
+['ä', ['ä'] ],
+['å', ['å'] ],
+['æ', ['æ'] ],
+['ç', ['ç']],
+['è', ['è'] ],
+['é', ['é'] ],
+['ë', ['ë','ê'] ],
+['ì', ['ì'] ],
+['î', ['î','í'] ],
+['ð', ['ð','ï'] ],
+['ñ', ['ñ'] ],
+['ò', ['ò']],
+['ô', ['ô','ó'] ],
+['ö', ['ö','õ'] ],
+['÷', ['÷'] ],
+['ø', ['ø'] ],
+['ù', ['ù'] ],
+['ú', ['ú'] ]
+];
+
+$ligatures = [
+
+
+
+];
+
+@special = ('?', '!', '.', ';', '·', 'letters', '-');
+
+# first lower or upper case?
+
+$sortcase = "Aa";
+#$sortcase = "aA";
+
+do 'make-rules.pl';