summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy-new/xindy/make-rules/alphabets/hebrew/utf8.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/xindy-new/xindy/make-rules/alphabets/hebrew/utf8.pl.in')
-rw-r--r--Build/source/utils/xindy-new/xindy/make-rules/alphabets/hebrew/utf8.pl.in45
1 files changed, 45 insertions, 0 deletions
diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/hebrew/utf8.pl.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/hebrew/utf8.pl.in
new file mode 100644
index 00000000000..cfe814b18bc
--- /dev/null
+++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/hebrew/utf8.pl.in
@@ -0,0 +1,45 @@
+#!/usr/bin/perl
+
+$language = "Hebrew";
+$prefix = "iw";
+$script = "hebrew";
+
+$alphabet = [
+['א', ['א'] @u{,['אַ'],['אֶ'],['אּ'],['אָ'],['אֻ']}],
+['ב', ['ב'] @u{,['בַ'],['בָ'],['בּ'],['בֵּ']}],
+['ג', ['ג'] @u{,['גּ']}],
+['ד', ['ד'] @u{,['דּ']}],
+['ה', ['ה'] @u{,['הּ']}],
+['ו', ['ו'] @u{,['וּ']}],
+['ז', ['ז'] @u{,['זּ']}],
+['ח', ['ח']],
+['ט', ['ט'] @u{,['טּ']}],
+['י', ['י'] @u{,['יּ']}],
+['כ', ['כ','ך'] @u{,['כּ','ךּ']}],
+['ל', ['ל'] @u{,['לּ']}],
+['מ', ['מ','ם'] @u{,['מּ']}],
+['נ', ['נ','ן'] @u{,['נּ']}],
+['ס', ['ס'] @u{,['סּ']}],
+['ע', ['ע']],
+['פ', ['פ','ף'] @u{,['פּ','ףּ']}],
+['צ', ['צ','ץ'] @u{,['צּ']}],
+['ק', ['ק'] @u{,['קּ']}],
+['ר', ['ר'] @u{,['רּ']}],
+['ש', ['ש'] @u{,['שׂ'],['שׁ'],['שּׁ']}],
+['ת', ['ת'] @u{,['תּ']}]
+];
+
+$ligatures = [
+@u{[['װ'], 'after', [['ו','ו']]],}
+@u{[['ױ'], 'after', [['ו','י']]],}
+@u{[['ײ'], 'after', [['י','י']]],}
+];
+
+@special = ('?', '!', '.', ';', '·', 'letters', @u{'וֹ',} '-');
+
+# first lower or upper case?
+
+$sortcase = "Aa";
+#$sortcase = "aA";
+
+do 'make-rules.pl';