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

Unified Diff: source/data/translit/ru_Latn_ru_BGN.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/root.txt ('k') | source/data/translit/ru_ja.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/translit/ru_Latn_ru_BGN.txt
diff --git a/source/data/translit/ru_Latn_ru_BGN.txt b/source/data/translit/ru_Latn_ru_BGN.txt
new file mode 100644
index 0000000000000000000000000000000000000000..19196b05aee1bf28b65524d5a9218290d32e2aee
--- /dev/null
+++ b/source/data/translit/ru_Latn_ru_BGN.txt
@@ -0,0 +1,103 @@
+# © 2016 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html#License
+#
+# File: ru_Latn_ru_BGN.txt
+# Generated from CLDR
+#
+
+# BGN/PCGN 1947 System for Russian, in direction ru_Latn → ru
+# http://geonames.nga.mil/gns/html/Romanization/Romanization_Russian.pdf
+$prime = ʹ;
+$doublePrime = ʺ;
+$wordBoundary = [^[:L:][:M:][:N:]];
+$upperConsonant = [БВГДЖЙКЛМНПРСТФХЦЧШЩЭ];
+$lowerConsonant = [бвгджйклмнпрстфхцчшщэ];
+$consonant = [$upperConsonant $lowerConsonant];
+::NFC;
+[:Upper:] {$prime} [^[:Lower:]] → Ь;
+$prime → ь;
+[:Upper:] {$doublePrime} [^[:Lower:]] → Ъ;
+$doublePrime → ъ;
+K[Hh] → Х;
+k[Hh] → х;
+T·S → ТС;
+T·s → Тс;
+t·S → тС;
+t·s → тс;
+T[Ss] → Ц;
+t[Ss] → ц;
+C[Hh] → Ч;
+c[Hh] → ч;
+S[Hh]·C[Hh] → ШЧ;
+S[Hh]·c[Hh] → Шч;
+s[Hh]·C[Hh] → шЧ;
+s[Hh]·c[Hh] → шч;
+S[Hh][Cc][Hh] → Щ;
+s[Hh][Cc][Hh] → щ;
+S[Hh] → Ш;
+s[Hh] → ш;
+Y[Ee] → Е;
+y[Ee] → е;
+Y[Ëë] → Ё;
+y[Ëë] → ё;
+Y[Uu] → Ю;
+y[Uu] → ю;
+Y[Aa] → Я;
+y[Aa] → я;
+{yy} $wordBoundary → ый;
+$wordBoundary {Y} [^aeëiouyAEËIOUY] → Ы;
+$wordBoundary {y} [^aeëiouyAEËIOUY] → ы;
+$consonant {Y} → Ы;
+$consonant {y} → ы;
+Y → Й;
+y → й;
+$wordBoundary {E} → Э;
+$wordBoundary {e} → э;
+·E → Э;
+·e → э;
+E → Е;
+e → е;
+A → А;
+a → а;
+B → Б;
+b → б;
+V → В;
+v → в;
+G → Г;
+g → г;
+D → Д;
+d → д;
+Ë → Ё;
+ë → ё;
+Z[Hh] → Ж;
+z[Hh] → ж;
+Z → З;
+z → з;
+I → И;
+i → и;
+K → К;
+k → к;
+L → Л;
+l → л;
+M → М;
+m → м;
+N → Н;
+n → н;
+O → О;
+o → о;
+P → П;
+p → п;
+R → Р;
+r → р;
+S → С;
+s → с;
+T → Т;
+t → т;
+U → У;
+u → у;
+F → Ф;
+f → ф;
+·Y → Ы;
+·y → ы;
+· → ;
+
« no previous file with comments | « source/data/translit/root.txt ('k') | source/data/translit/ru_ja.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698