1 # ***************************************************************************
3 # * Copyright (C) 2004-2016, International Business Machines
4 # * Corporation; Unicode, Inc.; and others. All Rights Reserved.
6 # ***************************************************************************
7 # File: cs_FONIPA_ja.txt
11 # Transforms a Phonemic IPA transcription of Czech (cs_FONIPA) to Katakana.
12 $word_boundary = [-\ $] ;
13 $vowel = [aeiouw] ; # Vowels and glides
14 $not_vowel = [^$vowel] ;
17 # First pass: Collapse phonetic distinctions not preserved in Katakana.
38 # Main pass: Phoneme to Katakana conversion.
48 b } $word_boundary → プ;
62 d } $word_boundary → ト;
77 h } $word_boundary → ;
79 ga → ガ; # not backed by data
80 ge → グエ; # not backed by data
81 gi → グイ; # not backed by data
82 gg → ッ | g; # not backed by data
83 go → ゴ; # not backed by data
84 gu → グ; # not backed by data
85 g } $word_boundary → ク; # not backed by data
86 g → グ; # not backed by data
89 ɟi → ジ; # not backed by data
90 ɟo → ジョ; # not backed by data
92 ɟu → ジュ; # not backed by data
99 ju → ユ; # not backed by data
151 r\u031Do → ジョ; # not backed by data
152 r\u031Du → ジュ; # not backed by data
205 v } $word_boundary → フ;
222 z } $word_boundary → ス;
225 ʒe → ジェ; # not backed by data
226 ʒi → ジ; # not backed by data
227 ʒo → ジョ; # not backed by data
228 ʒu → ジュ; # not backed by data