1 # ***************************************************************************
3 # * Copyright (C) 2004-2016, International Business Machines
4 # * Corporation; Unicode, Inc.; and others. All Rights Reserved.
6 # ***************************************************************************
11 # Italian to Amharic Transliteration
14 ::[:Latin:] fullwidth-halfwidth();
19 $consonant = [bcdfghjklmnpqrstvwxyz];
23 ($consonant) \' → | $1;
169 # 's' is voiced before [bdglmnrv].
180 # Force 's' after a consonat to be unvoiced.
181 ($consonant) s } $vowel → | $1 \~ s;
189 # 's' at the beginning is usually unvoiced.
190 [:^Letter:] { sa → ሣ;
191 [:^Letter:] { si → ሢ;
192 [:^Letter:] { su → ሡ;
193 [:^Letter:] { se → ሤ;
194 [:^Letter:] { so → ሦ;
197 # Otherwise voiced 's' are common.
212 # Force 'z' after a consonat to be unvoiced.
213 ($consonant) z → | $1 \~z;
221 # Otherwise voiced 'z' are common except for 'zi'.
223 [:^Letter:] { zi → ዚ;
235 # Standalone vowels and consonants.
264 [:nonspacing mark:] → ;