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/Latin_Bopomofo.txt

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 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/Latin_Bengali.txt ('k') | source/data/translit/Latin_ConjoiningJamo.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/translit/Latin_Bopomofo.txt
diff --git a/source/data/translit/Latin_Bopomofo.txt b/source/data/translit/Latin_Bopomofo.txt
index 15c538695c08fb55db772b59d98ff94cac127450..607a6b0a347fe1c27f5ed33f7c68ab687e7c6712 100755
--- a/source/data/translit/Latin_Bopomofo.txt
+++ b/source/data/translit/Latin_Bopomofo.txt
@@ -1,6 +1,6 @@
# ***************************************************************************
# *
-# * Copyright (C) 2004-2013, International Business Machines
+# * Copyright (C) 2004-2014, International Business Machines
# * Corporation; Unicode, Inc.; and others. All Rights Reserved.
# *
# ***************************************************************************
@@ -10,7 +10,11 @@
#--- forward filter, transforms ----
# currently in reverse it only goes back to Latin with numeric tones (not sure why); ok but would rather have marks.
#
-:: [[:Latin:][1-5]]; # forward filter: only modifies Latin and tone digits
+:: [[:Latin:][:Mn:][1-5]]; # forward filter: only modifies Latin and tone marks/digits
+#
+#--- remap v (alternate for ü) to ü, one way ----
+[ln] { v → ü;
+#
:: Latin-NumericPinyin(NumericPinyin-Latin); # tone marks in middle ↔ digits at end to use numeric below; this leaves the pinyin in NFC
#
#--- variables ----
@@ -426,8 +430,6 @@ nun }$pTone ↔ ㄋㄨㄣ }$zTone;
nüe }$pTone ↔ ㄋㄩㄝ }$zTone;
nüe → ㄋㄩㄝ˙;
nüe1 ← ㄋㄩㄝ;
-nve }$pTone → ㄋㄩㄝ; # one-way, handle alternate spelling
- nve → ㄋㄩㄝ˙;
nue }$pTone → ㄋㄩㄝ; # (not in han-latin) one-way, handle wrong u
nue → ㄋㄩㄝ˙;
na }$pTone ↔ ㄋㄚ }$zTone;
@@ -445,8 +447,6 @@ nu }$pTone ↔ ㄋㄨ }$zTone;
nü }$pTone ↔ ㄋㄩ }$zTone;
nü → ㄋㄩ˙;
nü1 ← ㄋㄩ;
-nv }$pTone → ㄋㄩ; # one-way, handle alternate spelling
- nv → ㄋㄩ˙;
# n handled below
#
liang }$pTone ↔ ㄌㄧㄤ }$zTone;
@@ -476,8 +476,6 @@ long }$pTone ↔ ㄌㄨㄥ }$zTone;
lüan }$pTone ↔ ㄌㄩㄢ }$zTone; # (not in han-latin)
lüan → ㄌㄩㄢ˙;
lüan1 ← ㄌㄩㄢ;
-lvan }$pTone → ㄌㄩㄢ; # (not in han-latin) one-way, handle v alternate for ü
- lvan → ㄌㄩㄢ˙;
lai }$pTone ↔ ㄌㄞ }$zTone;
lai → ㄌㄞ˙;
lai1 ← ㄌㄞ;
@@ -514,8 +512,6 @@ lun }$pTone ↔ ㄌㄨㄣ }$zTone;
lüe }$pTone ↔ ㄌㄩㄝ }$zTone;
lüe → ㄌㄩㄝ˙;
lüe1 ← ㄌㄩㄝ;
-lve }$pTone → ㄌㄩㄝ; # one-way, handle v alternate for ü
- lve → ㄌㄩㄝ˙;
lue }$pTone → ㄌㄩㄝ; # (not in han-latin) one-way, handle wrong u
lue → ㄌㄩㄝ˙;
la }$pTone ↔ ㄌㄚ }$zTone;
@@ -536,8 +532,6 @@ lu }$pTone ↔ ㄌㄨ }$zTone;
lü }$pTone ↔ ㄌㄩ }$zTone;
lü → ㄌㄩ˙;
lü1 ← ㄌㄩ;
-lv }$pTone → ㄌㄩ; # one-way, handle v alternate for ü
- lv → ㄌㄩ˙;
#
guang }$pTone ↔ ㄍㄨㄤ }$zTone;
guang → ㄍㄨㄤ˙;
« no previous file with comments | « source/data/translit/Latin_Bengali.txt ('k') | source/data/translit/Latin_ConjoiningJamo.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698