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

Side by Side Diff: source/data/translit/Any_Accents.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/Amharic_Latin_BGN.txt ('k') | source/data/translit/Any_Publishing.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # *************************************************************************** 1 # ***************************************************************************
2 # * 2 # *
3 # * Copyright (C) 2004-2014, International Business Machines 3 # * Copyright (C) 2004-2015, International Business Machines
4 # * Corporation; Unicode, Inc.; and others. All Rights Reserved. 4 # * Corporation; Unicode, Inc.; and others. All Rights Reserved.
5 # * 5 # *
6 # *************************************************************************** 6 # ***************************************************************************
7 # File: Any_Accents.txt 7 # File: Any_Accents.txt
8 # Generated from CLDR 8 # Generated from CLDR
9 # 9 #
10 :: NFD (NFC) ; 10 :: NFD (NFC) ;
11 $pre = \← ; 11 $pre = \← ;
12 $post = \→ ; 12 $post = \→ ;
13 $pre \` $post ↔ \u0300 ; # COMBINING GRAVE ACCENT 13 $pre \` $post ↔ \u0300 ; # COMBINING GRAVE ACCENT
(...skipping 30 matching lines...) Expand all
44 $pre A $post ↔ Ə ; # LATIN CAPITAL LETTER SCHWA 44 $pre A $post ↔ Ə ; # LATIN CAPITAL LETTER SCHWA
45 $pre a $post ↔ ə ; # LATIN SMALL LETTER SCHWA 45 $pre a $post ↔ ə ; # LATIN SMALL LETTER SCHWA
46 $pre O $post ↔ Ɔ ; # LATIN CAPITAL LETTER OPEN O 46 $pre O $post ↔ Ɔ ; # LATIN CAPITAL LETTER OPEN O
47 $pre o $post ↔ ɔ ; # LATIN SMALL LETTER OPEN O 47 $pre o $post ↔ ɔ ; # LATIN SMALL LETTER OPEN O
48 $pre E $post ↔ Ɛ ; # LATIN CAPITAL LETTER OPEN E 48 $pre E $post ↔ Ɛ ; # LATIN CAPITAL LETTER OPEN E
49 $pre e $post ↔ ɛ ; # LATIN SMALL LETTER OPEN E 49 $pre e $post ↔ ɛ ; # LATIN SMALL LETTER OPEN E
50 $pre '?' $post ↔ ʔ ; # LATIN LETTER GLOTTAL STOP 50 $pre '?' $post ↔ ʔ ; # LATIN LETTER GLOTTAL STOP
51 $pre i $post ↔ ɪ ; # LATIN LETTER SMALL CAPITAL I 51 $pre i $post ↔ ɪ ; # LATIN LETTER SMALL CAPITAL I
52 $pre v $post ↔ ʌ ; # LATIN SMALL LETTER TURNED V 52 $pre v $post ↔ ʌ ; # LATIN SMALL LETTER TURNED V
53 :: NFC (NFD) ; 53 :: NFC (NFD) ;
OLDNEW
« no previous file with comments | « source/data/translit/Amharic_Latin_BGN.txt ('k') | source/data/translit/Any_Publishing.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698