1 # © 2016 and later: Unicode, Inc. and others.
2 # License & terms of use: http://www.unicode.org/copyright.html#License
8 # Italian to Amharic Transliteration
11 ::[:Latin:] fullwidth-halfwidth();
16 $consonant = [bcdfghjklmnpqrstvwxyz];
20 ($consonant) \' → | $1;
166 # 's' is voiced before [bdglmnrv].
177 # Force 's' after a consonat to be unvoiced.
178 ($consonant) s } $vowel → | $1 \~ s;
186 # 's' at the beginning is usually unvoiced.
187 [:^Letter:] { sa → ሣ;
188 [:^Letter:] { si → ሢ;
189 [:^Letter:] { su → ሡ;
190 [:^Letter:] { se → ሤ;
191 [:^Letter:] { so → ሦ;
194 # Otherwise voiced 's' are common.
209 # Force 'z' after a consonat to be unvoiced.
210 ($consonant) z → | $1 \~z;
218 # Otherwise voiced 'z' are common except for 'zi'.
220 [:^Letter:] { zi → ዚ;
232 # Standalone vowels and consonants.
261 [:nonspacing mark:] → ;