summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy-new/xindy/make-rules/alphabets/serbian/cp1251.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/xindy-new/xindy/make-rules/alphabets/serbian/cp1251.pl')
-rw-r--r--Build/source/utils/xindy-new/xindy/make-rules/alphabets/serbian/cp1251.pl72
1 files changed, 72 insertions, 0 deletions
diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/serbian/cp1251.pl b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/serbian/cp1251.pl
new file mode 100644
index 00000000000..926388183df
--- /dev/null
+++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/serbian/cp1251.pl
@@ -0,0 +1,72 @@
+#!/usr/bin/perl
+
+$language = "Serbian";
+$prefix = "sr";
+$script = "cyrillic";
+
+$alphabet = [
+['', ['',''] ],
+['', ['','']],
+['', ['','']],
+['', ['','']],
+ [], # ghe with upturn (ukrainian)
+['', ['','']],
+['', ['','']],
+ [], # gje (macedonian)
+['', ['',''] ],
+ [], # io (mongolian)
+ [], # ukrainian ie
+['', ['','']],
+['', ['','']],
+ [], # dze (macedonian)
+['', ['',''] ],
+ [], # belarusian-ukrainian i
+ [], # yi (ukrainian)
+ [], # short i (many)
+['', ['','']],
+['', ['','']],
+['', ['','']],
+['', ['','']],
+['', ['','']],
+['', ['','']],
+['', ['','']],
+['', ['',''] ],
+ [], # barred o (mongolian)
+['', ['','']],
+['', ['',''] ],
+['', ['','']],
+['', ['','']],
+['', ['','']],
+ [], # kje (macedonian)
+['', ['',''] ],
+ [], # short u (belarusian)
+ [], # straight u (mongolian)
+['', ['','']],
+['', ['','']],
+['', ['','']],
+['', ['','']],
+['', ['','']],
+['', ['','']],
+ [], # shcha (many)
+ [], # hard sign (bulgarian, russian)
+ [], # yeru (belarusian, russian)
+ [], # soft sign (many)
+ [],
+ [], # e (belarusian, russian)
+ [], # yu (many)
+ [], # ya (many)
+ [], # soft sign (ukrainian)
+ [],
+ [],
+ []
+];
+
+$sortcase = 'Aa';
+#$sortcase = 'aA';
+
+$ligatures = [
+];
+
+@special = ('?', '!', '.', 'letters', '-', '\'');
+
+do 'make-rules.pl';