summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy-new/xindy/make-rules/alphabets/georgian/utf8.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/xindy-new/xindy/make-rules/alphabets/georgian/utf8.pl.in')
-rw-r--r--Build/source/utils/xindy-new/xindy/make-rules/alphabets/georgian/utf8.pl.in55
1 files changed, 55 insertions, 0 deletions
diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/georgian/utf8.pl.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/georgian/utf8.pl.in
new file mode 100644
index 00000000000..94e594e87db
--- /dev/null
+++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/georgian/utf8.pl.in
@@ -0,0 +1,55 @@
+#!/usr/bin/perl
+
+$language = "Georgian";
+$prefix = "ka";
+$script = "georgian";
+
+$alphabet = [
+['ა', ['ა']],
+['ბ', ['ბ']],
+['გ', ['გ']],
+['დ', ['დ']],
+['ე', ['ე']],
+['ვ', ['ვ']],
+['ზ', ['ზ']],
+['ჱ', ['ჱ']],
+['თ', ['თ']],
+['ი', ['ი']],
+['კ', ['კ']],
+['ლ', ['ლ']],
+['მ', ['მ']],
+['ნ', ['ნ']],
+['ჲ', ['ჲ']],
+['ო', ['ო']],
+['პ', ['პ']],
+['ჟ', ['ჟ']],
+['რ', ['რ']],
+['ს', ['ს']],
+['ტ', ['ტ']],
+['ჳ', ['ჳ']],
+['უ', ['უ']],
+['ფ', ['ფ']],
+['ქ', ['ქ']],
+['ღ', ['ღ']],
+['ყ', ['ყ']],
+['შ', ['შ']],
+['ჩ', ['ჩ']],
+['ც', ['ც']],
+['ძ', ['ძ']],
+['წ', ['წ']],
+['ჭ', ['ჭ']],
+['ხ', ['ხ']],
+['ჴ', ['ჴ']],
+['ჯ', ['ჯ']],
+['ჰ', ['ჰ']],
+['ჵ', ['ჵ']]
+];
+
+@special = ('?', '!', '.', ';', '·', 'letters', '-', '\'', '\\/');
+
+# first lower or upper case?
+
+$sortcase = "Aa";
+#$sortcase = "aA";
+
+do 'make-rules.pl';