Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: source/data/translit/es_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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/data/translit/es_FONIPA_es_419_FONIPA.txt ('k') | source/data/translit/es_FONIPA_zh.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/translit/es_FONIPA_ja.txt
diff --git a/source/data/translit/es_FONIPA_ja.txt b/source/data/translit/es_FONIPA_ja.txt
index 6e3506cec79ae6a1c2bed3b77055f17fa99c91ce..22277b3bc734c50f4be9284aa32e358f39b6c9fe 100644
--- a/source/data/translit/es_FONIPA_ja.txt
+++ b/source/data/translit/es_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: 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;
@@ -18,8 +20,15 @@ $not_vowel = [^$vowel] ;
ɾ → | r;
[ij{i\u032F}]+ → i;
[uw{u\u032F}]+ → u;
+#
+#
nn → n ;
+#
+#
::Null;
+#
+#
+# Main pass: Phoneme to Katakana conversion.
'.' → ;
a → ア;
ba → バ;
@@ -35,6 +44,9 @@ de → デ;
di → ディ;
do → ド;
du → ドゥ;
+#
+#
+# 'd' at the end of a word is usually ignored.
d } $word_boundary → ー;
d → ド;
e → エ;
@@ -143,4 +155,7 @@ xi → ヒ ;
xo → ホ ;
xu → フ ;
x → フ ;
+#
+#
::NFC;
+
« no previous file with comments | « source/data/translit/es_FONIPA_es_419_FONIPA.txt ('k') | source/data/translit/es_FONIPA_zh.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698