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

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

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 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/Korean_Latin_BGN.txt ('k') | source/data/translit/Latin_Armenian.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-2013, International Business Machines 3 # * Copyright (C) 2004-2014, 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: Latin_ASCII.txt 7 # File: Latin_ASCII.txt
8 # Generated from CLDR 8 # Generated from CLDR
9 # 9 #
10 :: [[:Latin:][:Common:][:Inherited:][〇]] ; 10 :: [[:Latin:][:Common:][:Inherited:][〇]] ;
11 :: NFD() ; 11 :: NFD() ;
12 [:Latin:] { [:Mn:]+ → ; # maps to nothing; remove all Mn following Latin letter 12 [:Latin:] { [:Mn:]+ → ; # maps to nothing; remove all Mn following Latin letter
13 :: NFC() ; 13 :: NFC() ;
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 ∖ → '\' ; # 2216;SET MINUS (from ‹character-fallback›) 686 ∖ → '\' ; # 2216;SET MINUS (from ‹character-fallback›)
687 ∣ → '|' ; # 2223;DIVIDES (from ‹character-fallback›) 687 ∣ → '|' ; # 2223;DIVIDES (from ‹character-fallback›)
688 ∥ → '||' ; # 2225;PARALLEL TO (from ‹character-fallback›) 688 ∥ → '||' ; # 2225;PARALLEL TO (from ‹character-fallback›)
689 ≪ → '<<' ; # 226A;MUCH LESS-THAN 689 ≪ → '<<' ; # 226A;MUCH LESS-THAN
690 ≫ → '>>' ; # 226B;MUCH GREATER-THAN 690 ≫ → '>>' ; # 226B;MUCH GREATER-THAN
691 ⦅ → '((' ; # 2985;LEFT WHITE PARENTHESIS 691 ⦅ → '((' ; # 2985;LEFT WHITE PARENTHESIS
692 ⦆ → '))' ; # 2986;RIGHT WHITE PARENTHESIS 692 ⦆ → '))' ; # 2986;RIGHT WHITE PARENTHESIS
693 ⩴ → '::=' ; # 2A74;DOUBLE COLON EQUAL (compat) 693 ⩴ → '::=' ; # 2A74;DOUBLE COLON EQUAL (compat)
694 ⩵ → '==' ; # 2A75;TWO CONSECUTIVE EQUALS SIGNS (compat) 694 ⩵ → '==' ; # 2A75;TWO CONSECUTIVE EQUALS SIGNS (compat)
695 ⩶ → '===' ; # 2A76;THREE CONSECUTIVE EQUALS SIGNS (compat) 695 ⩶ → '===' ; # 2A76;THREE CONSECUTIVE EQUALS SIGNS (compat)
OLDNEW
« no previous file with comments | « source/data/translit/Korean_Latin_BGN.txt ('k') | source/data/translit/Latin_Armenian.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698