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/dsb_dsb_FONIPA.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/cs_ko.txt ('k') | source/data/translit/dv_dv_Latn_BGN.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/translit/dsb_dsb_FONIPA.txt
diff --git a/source/data/translit/dsb_dsb_FONIPA.txt b/source/data/translit/dsb_dsb_FONIPA.txt
old mode 100755
new mode 100644
index cdae5cf6d15a3245729214424404224d4642f5ae..da70c771d22ddd92a9ffe3300e604da52b6973a7
--- a/source/data/translit/dsb_dsb_FONIPA.txt
+++ b/source/data/translit/dsb_dsb_FONIPA.txt
@@ -1,16 +1,15 @@
-# ***************************************************************************
-# *
-# * 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: dsb_dsb_FONIPA.txt
-# Generated from CLDR
+# Generated from CLDR
#
+# Transforms Lower Sorbian (dsb) to its IPA transcription (dsb_FONIPA).
+# http://en.wikipedia.org/wiki/Sorbian_alphabet
+# Transform input to normalized form NFC, and to lowercase.
::NFC;
::Lower;
-
a → a ;
b\u0301 → bʲ ; # old spelling
bj → bʲ ; # modern spelling
@@ -56,13 +55,12 @@ y → ɨ ;
ž → ʒ ;
ź → ʑ ;
z → z ;
-
::NFC;
-
+# Assimilation.
b } [k] → p ;
d } [k] → t ;
ʃt\u0361ɕ → ɕt\u0361ɕ ;
-
+# Final de-voicing.
b } [$] → p ;
d \u0361 z } [$] → t \u0361 s ;
d } [$] → t ;
@@ -72,3 +70,4 @@ w } [$] → f ;
ʑ } [$] → ɕ ;
z } [$] → s ;
ʒ } [$] → ʃ ;
+
« no previous file with comments | « source/data/translit/cs_ko.txt ('k') | source/data/translit/dv_dv_Latn_BGN.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698