Chromium Code Reviews

Unified Diff: source/data/translit/cs_FONIPA_ja.txt

Issue 2440913002: Update ICU to 58.1
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « source/data/translit/chr_chr_FONIPA.txt ('k') | source/data/translit/cs_FONIPA_ko.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/translit/cs_FONIPA_ja.txt
diff --git a/source/data/translit/cs_FONIPA_ja.txt b/source/data/translit/cs_FONIPA_ja.txt
index 64b466de7b6a10ccca74fedd26877e319d593f09..f4ee08ec85336fdb09c8630263607cbb9263b1c1 100644
--- a/source/data/translit/cs_FONIPA_ja.txt
+++ b/source/data/translit/cs_FONIPA_ja.txt
@@ -1,15 +1,17 @@
-# ***************************************************************************
-# *
-# * Copyright (C) 2004-2015, 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: cs_FONIPA_ja.txt
-# Generated from CLDR
+# Generated from CLDR
#
+
+# Transforms a Phonemic IPA transcription of Czech (cs_FONIPA) to Katakana.
$word_boundary = [-\ $] ;
$vowel = [aeiouw] ; # Vowels and glides
$not_vowel = [^$vowel] ;
+#
+#
+# First pass: Collapse phonetic distinctions not preserved in Katakana.
d\u0361ʒ → | ʒ ;
d\u0361z → | z ;
ɛ → | e;
@@ -22,8 +24,15 @@ t \u0361 ʃ → | ʧ;
t \u0361 → t;
[i{i\u032F}ɪ]+ → i;
[uw{u\u032F}]+ → u;
+#
+#
nn → n ;
+#
+#
::Null;
+#
+#
+# Main pass: Phoneme to Katakana conversion.
'.' → ;
a → ア;
ba → バ;
@@ -78,12 +87,16 @@ i → イ ;
ɟo → ジョ; # not backed by data
ɟe → ジェ;
ɟu → ジュ; # not backed by data
+#
+#
ja → ヤ;
ji → イ;
jo → ヨ;
je → イェ;
ju → ユ; # not backed by data
j → イ;
+#
+#
ka → カ;
ke → ケ;
ki → キ;
@@ -100,6 +113,8 @@ lu → ル ;
l → ル ;
ma → マ ;
me → メ ;
+#
+#mɲe → ミェ;
mi → ミ ;
mo → モ ;
mu → ム ;
@@ -125,12 +140,16 @@ po → ポ ;
pp → ッ | p;
pu → プ ;
p → プ ;
+#
+#
r\u031Da → ジャ;
r\u031De → ジェ;
r\u031Di → ジ;
r\u031Do → ジョ; # not backed by data
r\u031Du → ジュ; # not backed by data
r\u031D → ルシ;
+#
+#
ra → ラ ;
re → レ ;
ri → リ ;
@@ -162,6 +181,8 @@ tsu → ツ ;
ts → ツ ;
tt → ッ | t;
t → ト ;
+#
+#
ʧa → チャ ;
ʧe → チェ ;
ʧi → チ ;
@@ -170,6 +191,8 @@ t → ト ;
ʧ } k → チ ;
ʧ → チュ ;
u → ウ ;
+#
+#
va → ヴァ;
ve → ヴェ;
vi → ヴィ;
@@ -178,12 +201,16 @@ vu → ヴ;
vje → ヴィエ ;
v } $word_boundary → フ;
v → ヴ;
+#
+#
xa → ハ ;
xe → ヘ ;
xi → ヒ ;
xo → ホ ;
xu → フ ;
x → フ ;
+#
+#
za → ザ;
ze → ゼ;
zi → ジ;
@@ -198,5 +225,10 @@ z → ズ;
ʒu → ジュ; # not backed by data
ʒ } k → シュ;
ʒ → ジュ;
+#
+#
ː → ー; # Long vowel
' ' → ・;
+#
+#
+
« no previous file with comments | « source/data/translit/chr_chr_FONIPA.txt ('k') | source/data/translit/cs_FONIPA_ko.txt » ('j') | no next file with comments »

Powered by Google App Engine