-# ***************************************************************************
-# *
-# * Copyright (C) 2004-2013, International Business Machines
-# * Corporation; Unicode, Inc.; and others. All Rights Reserved.
-# *
-# ***************************************************************************
+# © 2016 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html#License
+#
# File: es_FONIPA_ja.txt
-# Generated from CLDR
+# Generated from CLDR
#
+
+# Phonemic transcription of Spanish into Katakana.
$word_boundary = [-\ $] ;
$vowel = [aeijouw] ; # Vowels and glides
$not_vowel = [^$vowel] ;
+#
+#
+# First pass: Collapse phonetic distinctions not preserved in Katakana.
β → | b;
ð → | d;
ɣ → | g;
ɾ → | r;
[ij{i\u032F}]+ → i;
[uw{u\u032F}]+ → u;
+#
+#
nn → n ;
+#
+#
::Null;
+#
+#
+# Main pass: Phoneme to Katakana conversion.
'.' → ;
a → ア;
ba → バ;
di → ディ;
do → ド;
du → ドゥ;
+#
+#
+# 'd' at the end of a word is usually ignored.
d } $word_boundary → ー;
d → ド;
e → エ;
xo → ホ ;
xu → フ ;
x → フ ;
+#
+#
::NFC;
+