diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-03-18 00:00:20 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-03-18 00:00:20 +0000 |
commit | abdd2d2892b5ee0071ef7bf1a387251d74e78055 (patch) | |
tree | dc561d5309e02baceac6cc2a7ad9980c7a3a0adf /Build/source/utils/xindy/make-rules/alphabets/serbian/utf8.pl.in | |
parent | 1f50183588e388206c13d505102dbd9525871429 (diff) |
*original* xindy-2.3 sources downloaded from
http://surfnet.dl.sourceforge.net/sourceforge/xindy/xindy-2.3.tar.gz
except the directory "rte/clisp-2.43/", which contained
original clisp-2.43 sources (nearly 48 MB), is removed.
git-svn-id: svn://tug.org/texlive/trunk@7003 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/make-rules/alphabets/serbian/utf8.pl.in')
-rw-r--r-- | Build/source/utils/xindy/make-rules/alphabets/serbian/utf8.pl.in | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/Build/source/utils/xindy/make-rules/alphabets/serbian/utf8.pl.in b/Build/source/utils/xindy/make-rules/alphabets/serbian/utf8.pl.in new file mode 100644 index 00000000000..029e0bb0ae9 --- /dev/null +++ b/Build/source/utils/xindy/make-rules/alphabets/serbian/utf8.pl.in @@ -0,0 +1,72 @@ +#!/usr/bin/perl + +$language = "Serbian"; +$prefix = "sr"; +$script = "cyrillic"; + +$alphabet = [ +['А', ['а','А'] @u{,['а̏','А̏'],['а̑','А̑']}], +['Б', ['б','Б']], +['В', ['в','В']], +['Г', ['г','Г']], + [], # ghe with upturn (ukrainian) +['Д', ['д','Д']], +['Ђ', ['ђ','Ђ']], + [], # gje (macedonian) +['Е', ['е','Е'] @u{,['е̏','Е̏'],['е̑','Е̑']}], + [], # io (mongolian) + [], # ukrainian ie +['Ж', ['ж','Ж']], +['З', ['з','З']], + [], # dze (macedonian) +['И', ['и','И'] @u{,['и̏','И̏'],['и̑','И̑']}], + [], # belarusian-ukrainian i + [], # yi (ukrainian) + [], # short i (many) +['Ј', ['ј','Ј']], +['К', ['к','К']], +['Л', ['л','Л']], +['Љ', ['љ','Љ']], +['М', ['м','М']], +['Н', ['н','Н']], +['Њ', ['њ','Њ']], +['О', ['о','О'] @u{,['о̏','О̏'],['о̑','О̑']}], + [], # barred o (mongolian) +['П', ['п','П']], +['Р', ['р','Р'] @u{,['р̏','Р̏'],['р̑','Р̑']}], +['С', ['с','С']], +['Т', ['т','Т']], +['Ћ', ['ћ','Ћ']], + [], # kje (macedonian) +['У', ['у','У'] @u{,['у̏','У̏'],['у̑','У̑']}], + [], # 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', '-', '\''@u{, '̏', '̑'}); + +do 'make-rules.pl'; |