1 # ***************************************************************************
3 # * Copyright (C) 2004-2016, International Business Machines
4 # * Corporation; Unicode, Inc.; and others. All Rights Reserved.
6 # ***************************************************************************
7 # File: es_FONIPA_ja.txt
11 # Phonemic transcription of Spanish into Katakana.
12 $word_boundary = [-\ $] ;
13 $vowel = [aeijouw] ; # Vowels and glides
14 $not_vowel = [^$vowel] ;
17 # First pass: Collapse phonetic distinctions not preserved in Katakana.
34 # Main pass: Phoneme to Katakana conversion.
52 # 'd' at the end of a word is usually ignored.
53 d } $word_boundary → ー;
101 m } $word_boundary → ム ;