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/he_he_Latn_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/fa_fa_Latn_BGN.txt ('k') | source/data/translit/hy_AREVMDA_am.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/translit/he_he_Latn_BGN.txt
diff --git a/source/data/translit/Hebrew_Latin_BGN.txt b/source/data/translit/he_he_Latn_BGN.txt
similarity index 53%
rename from source/data/translit/Hebrew_Latin_BGN.txt
rename to source/data/translit/he_he_Latn_BGN.txt
index a21cc17c71cbf75509a57d2525e7be0c9c6d5262..fc971dbf5c1392673c468864cc60c0434a428367 100644
--- a/source/data/translit/Hebrew_Latin_BGN.txt
+++ b/source/data/translit/he_he_Latn_BGN.txt
@@ -1,17 +1,59 @@
-# ***************************************************************************
-# *
-# * Copyright (C) 2004-2015, International Business Machines
-# * Corporation; Unicode, Inc.; and others. All Rights Reserved.
-# *
-# ***************************************************************************
-# File: Hebrew_Latin_BGN.txt
-# Generated from CLDR
+# © 2016 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html#License
+#
+# File: he_he_Latn_BGN.txt
+# Generated from CLDR
+#
+
+#
+########################################################################
+# BGN/PCGN 1981 System
+#
+# The BGN/PCGN system for Hebrew was designed for use in romanizing
+# names written in the Hebrew alphabet. The Roman letters and letter
+# combinations shown as equivalents to the Hebrew characters reflect
+# the eastern variety of Hebrew, i.e., the language spoken in
+# the Republic of Armenia.
+#
+# The Hebrew Alphabet as defined by the BGN (Page 33-35):
+#
+# אבגדהוזחטיכךלמםנןסעפףצץקרששת
+#
+# Originally prepared by Michael Everson <everson@evertype.com>
+########################################################################
+#
+# MINIMAL FILTER: Hebrew-Latin
#
:: [ \u05B0\u05B1\u05B2\u05B3\u05B4\u05B5\u05B6\u05B7\u05B8\u05B9\u05BB\u05BC\u05C1\u05C2אבגדהוזחטיךכלםמןנסעףפץצקרשת׳] ;
:: NFD (NFC) ;
+#
+#
+########################################################################
+#
+########################################################################
+#
+# Define All Transformation Variables
+#
+########################################################################
+#
$alef = ’;
$ayin = ‘;
+#
+#
+# Use this $wordBoundary until bug 2034 is fixed in ICU:
+# http://bugs.icu-project.org/cgi-bin/icu-bugs/transliterate?id=2034;expression=boundary;user=guest
+#
$wordBoundary = [^[:L:][:M:][:N:]] ;
+#
+#
+########################################################################
+#
+########################################################################
+#
+# Rules moved to front to avoid masking
+#
+########################################################################
+#
ב\u05BC → b ; # HEBREW LETTER BET + DAGESH
פ\u05BC → P ; # HEBREW LETTER PE + DAGESH
ג\u05BC → g ; # HEBREW LETTER GIMEL + DAGESH
@@ -26,6 +68,16 @@ $wordBoundary = [^[:L:][:M:][:N:]] ;
כ\u05BC → k ; # HEBREW LETTER KAF + DAGESH
ך\u05B0 → kh ; # HEBREW LETTER FINAL KAF + SHEVA
ת\u05BC → t ; # HEBREW LETTER TAV + DAGESH
+#
+#
+########################################################################
+#
+########################################################################
+#
+# Start of Alphabetic Transformations
+#
+########################################################################
+#
א → $alef ; # HEBREW LETTER ALEF
ב → v ; # HEBREW LETTER BET
ג → g ; # HEBREW LETTER GIMEL
@@ -61,3 +113,7 @@ $wordBoundary = [^[:L:][:M:][:N:]] ;
\u05B3 → o ; # HEBREW LETTER HATAF QAMATS
\u05B9 → o ; # HEBREW POINT HOLAM
\u05BB → u ; # HEBREW POINT QUBUTS
+#
+#
+########################################################################
+
« no previous file with comments | « source/data/translit/fa_fa_Latn_BGN.txt ('k') | source/data/translit/hy_AREVMDA_am.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698