summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy-new/xindy/make-rules/alphabets/klingon/utf8.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/xindy-new/xindy/make-rules/alphabets/klingon/utf8.pl.in')
-rw-r--r--Build/source/utils/xindy-new/xindy/make-rules/alphabets/klingon/utf8.pl.in41
1 files changed, 41 insertions, 0 deletions
diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/klingon/utf8.pl.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/klingon/utf8.pl.in
new file mode 100644
index 00000000000..110f72cadd4
--- /dev/null
+++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/klingon/utf8.pl.in
@@ -0,0 +1,41 @@
+#!/usr/bin/perl
+
+$language = "Klingon";
+$prefix = "k1";
+$script = "klingon";
+
+$alphabet = [
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']],
+['', ['']]
+];
+
+$ligatures = [
+];
+
+@special = ('?', '!', '.', 'letters', '-', '{', '}');
+
+do 'make-rules.pl';