android13/external/cldr/common/transforms/es_FONIPA-ja.xml

177 lines
2.7 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
<!--
Copyright © 1991-2013 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<supplementalData>
<version number="$Revision$"/>
<transforms>
<transform source="es_FONIPA" target="ja" direction="forward" alias="ja-t-es-fonipa">
<tRule>
# 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;
ŋ → | n;
θ → | s;
ɾ → | r;
[ij{i̯}]+ → i;
[uw{u̯}]+ → u;
#
#
nn → n ;
#
#
::Null;
#
#
# Main pass: Phoneme to Katakana conversion.
'.' → ;
a → ア;
ba → バ;
bb → ッ | b;
be → ベ;
bi → ビ;
bo → ボ;
bu → ブ;
b → ブ ;
da → ダ;
dd → ッ | d;
de → デ;
di → ディ;
do → ド;
du → ドゥ;
#
#
# 'd' at the end of a word is usually ignored.
d } $word_boundary → ー;
d → ド;
e → エ;
fa → ファ;
fe → フェ;
ff → ッ | f;
fi → フィ;
fo → フォ;
fu → フ;
f → フ;
ga → ガ;
ge → グエ;
gi → グイ;
gg → ッ | g;
go → ゴ;
gu → グ;
g → グ;
i → イ ;
ʝa → ヤ ;
ʝe → イェ ;
ʝi → イ ;
ʝu → ユ ;
ʝo → ヨ ;
ʝ → イ ;
ka → カ;
ke → ケ;
ki → キ;
kk → ッ | k;
ko → コ;
ku → ク;
k → ク;
la → ラ ;
le → レ ;
li → リ ;
lo → ロ ;
lu → ル ;
l → ル ;
ʎa → リャ ;
ʎe → レ ;
ʎi → リ ;
ʎo → リョ ;
ʎu → リュ ;
ʎ → ル ;
ma → マ ;
me → メ ;
mi → ミ ;
mo → モ ;
mu → ム ;
m } $word_boundary → ム ;
m } $not_vowel → ン ;
m → ム ;
na → ナ ;
ne → ネ ;
ni → ニ ;
no → ;
nu → ヌ ;
n → ン ;
ɲa → ニャ ;
ɲe → ニェ ;
ɲi → ニ ;
ɲo → ニョ ;
ɲu → ニュ ;
o → オ ;
pa → パ ;
pe → ペ ;
pi → ピ ;
po → ポ ;
pp → ッ | p;
pu → プ ;
p → プ ;
ra → ラ ;
re → レ ;
ri → リ ;
ro → ロ ;
ru → ル ;
r → ル;
sa → サ ;
se → セ ;
si → シ ;
so → ソ ;
su → ス ;
s → ス ;
ta → タ ;
te → テ ;
ti → ティ ;
to → ト ;
tsa → ツァ ;
tse → ツェ ;
tsi → ツィ ;
tso → ツォ ;
tsu → ツ ;
ts → ツ ;
tt → ッ | t;
tu → トゥ ;
t → ト ;
ʧa → チャ ;
ʧe → チェ ;
ʧi → チ ;
ʧo → チョ ;
ʧu → チュ ;
ʧ → チュ ;
u → ウ ;
xa → ハ ;
xe → ヘ ;
xi → ヒ ;
xo → ホ ;
xu → フ ;
x → フ ;
#
#
::NFC;
</tRule>
</transform>
</transforms>
</supplementalData>