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

Unified Diff: source/data/translit/ru_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/ru_Latn_ru_BGN.txt ('k') | source/data/translit/ru_ru_Latn_BGN.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/translit/ru_ja.txt
diff --git a/source/data/translit/ru_ja.txt b/source/data/translit/ru_ja.txt
index b1fa876aceeb4f69567ea9218fcedfcbbc7b2ede..f28487631d40fb0c597942b70ae6a7c52e7380d7 100644
--- a/source/data/translit/ru_ja.txt
+++ b/source/data/translit/ru_ja.txt
@@ -1,19 +1,24 @@
-# ***************************************************************************
-# *
-# * 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: ru_ja.txt
-# Generated from CLDR
+# Generated from CLDR
#
+
+# Transliteration from Russian into Japanese (Katakana).
$word_boundary = [-\ $];
$vowel = [аеийоуыьэюяёъ];
$not_vowel = [^$vowel];
+#
+#
::NFC;
::Lower;
+#
+#
$vowel { го } $word_boundary → во;
::Null;
+#
+#
а → ア ;
ба → バ ;
бе → ベ ;
@@ -439,4 +444,7 @@ $vowel { го } $word_boundary → во;
ю → ユ ;
я → ヤ ;
ё → ョ ;
+#
+#
::NFC;
+
« no previous file with comments | « source/data/translit/ru_Latn_ru_BGN.txt ('k') | source/data/translit/ru_ru_Latn_BGN.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698