-# ***************************************************************************
-# *
-# * Copyright (C) 2004-2010, International Business Machines
-# * Corporation; Unicode, Inc.; and others. All Rights Reserved.
-# *
-# ***************************************************************************
+# © 2016 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html#License
+#
# File: it_am.txt
-# Generated from CLDR
+# Generated from CLDR
#
+
+# Italian to Amharic Transliteration
::NFD(NFC);
::Lower();
::[:Latin:] fullwidth-halfwidth();
+#
+#
+# Variables.
$vowel = [aeiou];
$consonant = [bcdfghjklmnpqrstvwxyz];
+#
+#
+# Ignore apostrophe.
($consonant) \' → | $1;
\' → ;
+#
+#
cqu → ኩ ;
cc → | c;
ca → ካ;
che → ኬ;
cho → ኮ;
c } $consonant → ክ;
+#
+#
gg → | g;
ghi → ጊ;
ghe → ጌ;
gne → ኜ;
gno → ኞ;
gn } $consonant → ኝ;
+#
+#
ga → ጋ;
gia → ጂያ;
giu → ጂዩ;
ge → ጄ;
go → ጎ;
g } $consonant → ግ;
+#
+#
rr → | r;
ra → ራ;
ri → ሪ;
re → ሬ;
ro → ሮ;
r } $consonant → ር;
+#
+#
ll → | l;
la → ላ;
li → ሊ;
le → ሌ;
lo → ሎ;
l } $consonant → ል;
+#
+#
tt → | t;
ta → ታ;
ti → ቲ;
tzu → ፁ;
tz → | zz;
t } $consonant → ት;
+#
+#
dd → | d;
da → ዳ;
di → ዲ;
de → ዴ;
do → ዶ;
d } $consonant → ድ;
+#
+#
mm → | m;
ma → ማ;
mi → ሚ;
me → ሜ;
mo → ሞ;
m } $consonant → ም;
+#
+#
nn → | n;
na → ና;
ni → ኒ;
ne → ኔ;
no → ኖ;
n } $consonant → ን;
+#
+#
ff → | f;
fa → ፋ;
fi → ፊ;
fe → ፌ;
fo → ፎ;
f } $consonant → ፍ;
+#
+#
bb → | b;
ba → ባ;
bi → ቢ;
be → ቤ;
bo → ቦ;
b } $consonant → ብ;
+#
+#
pp → | p;
pa → ፓ;
pi → ፒ;
pe → ፔ;
po → ፖ;
p } $consonant → ፕ;
+#
+#
vv → | v;
va → ቫ;
vi → ቪ;
ve → ቬ;
vo → ቮ;
v } $consonant → ቩ;
+#
+#
sa } nt[ao] → ሣ;
ss → | \~s;
+#
+#
+# 's' is voiced before [bdglmnrv].
sb → ዝ | b;
sd → ዝ | d;
sg → ዝ | g;
sn → ዝ | n;
sr → ዝ | r;
sv → ዝ | v;
+#
+#
+# Force 's' after a consonat to be unvoiced.
($consonant) s } $vowel → | $1 \~ s;
\~sa → ሣ;
\~si → ሢ;
\~su → ሡ;
\~se → ሤ;
\~so → ሦ;
+#
+#
+# 's' at the beginning is usually unvoiced.
[:^Letter:] { sa → ሣ;
[:^Letter:] { si → ሢ;
[:^Letter:] { su → ሡ;
[:^Letter:] { se → ሤ;
[:^Letter:] { so → ሦ;
+#
+#
+# Otherwise voiced 's' are common.
sa → ዛ;
si → ዚ;
su → ዙ;
se → ዜ;
so → ዞ;
+#
+#
scia → ሺያ;
sci → ሺ;
sce → ሼ;
+#
+#
zz → | \~z;
+#
+# Force 'z' after a consonat to be unvoiced.
($consonant) z → | $1 \~z;
\~za → ጻ;
\~zi → ጺ;
\~zu → ጹ;
\~ze → ጼ;
\~zo → ጾ;
+#
+#
+# Otherwise voiced 'z' are common except for 'zi'.
za → ዛ;
[:^Letter:] { zi → ዚ;
zi → ዚ;
zu → ዙ;
ze → ዜ;
zo → ዞ;
+#
+#
ja → ያ;
je → ዬ;
j → | i;
+#
+#
+# Standalone vowels and consonants.
a → አ;
i → ዒ;
u → ዑ;
e → ዔ;
o → ዖ;
+#
+#
b → ብ;
c → ክ;
d → ድ;
x → | cs;
y → | i;
z → ዝ;
+#
+#
[:nonspacing mark:] → ;
::NFC(NFD);
+