1 # © 2016 and later: Unicode, Inc. and others.
2 # License & terms of use: http://www.unicode.org/copyright.html#License
4 # File: pl_FONIPA_ja.txt
8 # Transforms a Phonemic IPA transcription of Polish (pl_FONIPA) to Katakana.
10 $word_boundary = [-\ $] ;
11 $vowel = [aeiouw] ; # Vowels and glides
12 $not_vowel = [^$vowel] ;
15 # First pass: Collapse phonetic distinctions not preserved in Katakana.
35 # Main pass: Phoneme to Katakana conversion.
48 b } $word_boundary → プ;
71 d } $word_boundary → ト;
92 h } $word_boundary → ;
102 g } $word_boundary → ク;
189 ɕa → シャ; # not backed by data
191 ɕu → シュ; # not backed by data
192 ɕo → ショ; # not backed by data
201 ʂo → ショ; # not backed by data
210 #tʂ } $word_boundary → チ;
245 t \u0361 ʂ } $word_boundary → チ;
259 v } $word_boundary → フ;
284 ʐ } $word_boundary → ジュ;
301 z } $word_boundary → ス;