summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/xindy-src/make-rules/alphabets/georgian/utf8.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/xindy/xindy-src/make-rules/alphabets/georgian/utf8.pl.in')
-rw-r--r--Build/source/utils/xindy/xindy-src/make-rules/alphabets/georgian/utf8.pl.in55
1 files changed, 0 insertions, 55 deletions
diff --git a/Build/source/utils/xindy/xindy-src/make-rules/alphabets/georgian/utf8.pl.in b/Build/source/utils/xindy/xindy-src/make-rules/alphabets/georgian/utf8.pl.in
deleted file mode 100644
index 94e594e87db..00000000000
--- a/Build/source/utils/xindy/xindy-src/make-rules/alphabets/georgian/utf8.pl.in
+++ /dev/null
@@ -1,55 +0,0 @@
-#!/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';