1 # © 2016 and later: Unicode, Inc. and others.
2 # License & terms of use: http://www.unicode.org/copyright.html#License
4 # File: ro_FONIPA_ja.txt
8 # Transforms an IPA transcription of Romanian (ro_FONIPA) to Japanese Katakana.
9 $word_boundary = [-\ $] ;
10 $vowel = [aeiouw] ; # Vowels and glides
11 $not_vowel = [^$vowel] ;
14 # First pass: Collapse phonetic distinctions that are not preserved in Katakana.
20 ul } $word_boundary → u ;
32 # Main pass: Phoneme to Katakana conversion.
74 hi → ヒ ; # not backed by data
189 we → エ ; # not backed by data
190 wi → イ ; # not backed by data
191 wo → オ ; # not backed by data
192 wu → ウ ; # not backed by data