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

Side by Side Diff: source/data/translit/ia_ia_FONIPA.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « source/data/translit/es_zh.txt ('k') | source/data/translit/it_am.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # ***************************************************************************
2 # *
3 # * Copyright (C) 2004-2015, International Business Machines
4 # * Corporation; Unicode, Inc.; and others. All Rights Reserved.
5 # *
6 # ***************************************************************************
7 # File: ia_ia_FONIPA.txt
8 # Generated from CLDR
9 #
10
11 ::NFC;
12 ::Lower;
13
14 ai → ai\u032F;
15 au → au\u032F;
16 ei → ei\u032F; # rare
17 eu → eu\u032F;
18 oi → oi\u032F; # rare
19
20 $vowel = [aeiouy];
21 $end_of_word = [$ ];
22 {age} $end_of_word → ad\u0361ʒe;
23 {agi} $vowel → ad\u0361ʒ; # viagiar → viad\u0361ʒar
24 agi → ad\u0361ʒi;
25 {egi} $vowel → ed\u0361ʒ; # legier → led\u0361ʒer
26 egi → ed\u0361ʒi;
27 gg → ɡ;
28 g → ɡ;
29
30 {n} [gkqx] → ŋ;
31 nn → n;
32 n → n;
33
34 a → a;
35 bb → b;
36 b → b;
37 cc → k;
38 {c} [ei] → t\u0361s;
39 ch → k;
40 c → k;
41 dd → d;
42 d → d;
43 e → e;
44 ff → f;
45 f → f;
46 h → ; # ‹h› is normally silent.
47 i → i;
48 j → ʒ;
49 kk → k;
50 k → k;
51 ll → l;
52 l → l;
53 mm → m;
54 m → m;
55 o → o;
56 ph → f; # philosophos, physica
57 pp → p;
58 p → p;
59 que → ke;
60 qu → kw;
61 q → k;
62 rr → ɾ;
63 r → ɾ;
64 sh → ʃ; # rare
65 ss → s;
66 s → s;
67 [^s] {ti} [aeiouy] → t\u0361sj;
68 tt → t;
69 t → t;
70 u → u;
71 v → v;
72 w → v;
73 x → ks;
74 y → i;
75 z → z;
OLDNEW
« no previous file with comments | « source/data/translit/es_zh.txt ('k') | source/data/translit/it_am.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698