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

Unified Diff: source/data/translit/la_la_FONIPA.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/ja_Latn_ru.txt ('k') | source/data/translit/lt_Lower.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/translit/la_la_FONIPA.txt
diff --git a/source/data/translit/la_la_FONIPA.txt b/source/data/translit/la_la_FONIPA.txt
new file mode 100755
index 0000000000000000000000000000000000000000..a0db9745a18ae1944cc5f349a539453ec0e5f256
--- /dev/null
+++ b/source/data/translit/la_la_FONIPA.txt
@@ -0,0 +1,82 @@
+# ***************************************************************************
+# *
+# * Copyright (C) 2004-2014, International Business Machines
+# * Corporation; Unicode, Inc.; and others. All Rights Reserved.
+# *
+# ***************************************************************************
+# File: la_la_FONIPA.txt
+# Generated from CLDR
+#
+
+::Lower;
+::NFC;
+
+$vowel = [aáàăāeéèĕēiíìĭīoóòŏōuúùŭūæœ];
+$end_of_word = [$ ];
+
+ae → aj;
+av → aw;
+æ → aj; # 19th century English orthography
+ā → aː;
+[aáàă] → a;
+b → b;
+ch → kʰ; # Greek loanwoards
+c → k;
+d → d;
+ev → ew;
+ē → eː;
+[eéèĕ] → ɛ;
+f → f;
+{g} n → ŋ; # eg. agnus
+g → ɡ;
+h → h;
+ī → iː;
+{[iíìĭ]} $vowel → j; # eg. cuius
+[iíìĭ] → ɪ;
+k → k;
+l → l;
+m → m;
+{n} [bpfm] → m; # eg. infirmus
+{n} [gckq] → ŋ; # eg. quinque
+n → n;
+œ → oj; # 19th century English orthography
+oe → oj;
+ō → oː;
+[oóòŏ] → ɔ;
+ph → pʰ; # Greek loanwords
+p → p;
+qu → kʷ;
+qv → kʷ;
+rh → rʰ; # Greek loanwords
+r → r;
+s → s;
+th → tʰ; # Greek loanwords
+t → t;
+ū → uː;
+[uúùŭ] → ʊ;
+{v} $vowel → w;
+v → u;
+xs → ks; # Old Latin spelling
+x → ks;
+y → y; # Greek loanwords
+z → d\u0361z; # eg. zerum
+
+::Null;
+
+
+bb → bː;
+dd → dː;
+ɡɡ → ɡː;
+hh → hː;
+kk → kː;
+ll → lː;
+mm → mː;
+nn → nː;
+pp → pː;
+rr → rː;
+ss → sː;
+tt → tː;
+
+{l} [^aeɛiouː] → ɫ;
+
+::NFC;
« no previous file with comments | « source/data/translit/ja_Latn_ru.txt ('k') | source/data/translit/lt_Lower.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698