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

Side by Side Diff: patches/gb_table.patch

Issue 1621943002: ICU 56 step 4: Apply post-56 fixes for measure/date format (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@56goog
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 | « patches/dataload.patch ('k') | patches/infinite-recursion.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 diff --git a/source/data/mappings/gb18030.ucm b/source/data/mappings/gb18030.ucm 1 diff --git a/source/data/mappings/gb18030.ucm b/source/data/mappings/gb18030.ucm
2 index f8f0cb0..f5c7324 100644 2 index f8f0cb0..6f40ba4 100644
3 --- a/source/data/mappings/gb18030.ucm 3 --- a/source/data/mappings/gb18030.ucm
4 +++ b/source/data/mappings/gb18030.ucm 4 +++ b/source/data/mappings/gb18030.ucm
5 @@ -29584,7 +29584,7 @@ CHARMAP 5 @@ -3132,6 +3132,7 @@ CHARMAP
6 <U2FFE> \x81\x39\xA3\x34 |0
7 <U2FFF> \x81\x39\xA3\x35 |0
8 <U3000> \xA1\xA1 |0
9 +<U3000> \xA3\xA0 |3
10 <U3001> \xA1\xA2 |0
11 <U3002> \xA1\xA3 |0
12 <U3003> \xA1\xA8 |0
13 @@ -29584,7 +29585,6 @@ CHARMAP
6 <UE5E2> \xA3\x9D |0 14 <UE5E2> \xA3\x9D |0
7 <UE5E3> \xA3\x9E |0 15 <UE5E3> \xA3\x9E |0
8 <UE5E4> \xA3\x9F |0 16 <UE5E4> \xA3\x9F |0
9 -<UE5E5> \xA3\xA0 |0 17 -<UE5E5> \xA3\xA0 |0
10 +<U3000> \xA3\xA0 |3
11 <UE5E6> \xA4\x40 |0 18 <UE5E6> \xA4\x40 |0
12 <UE5E7> \xA4\x41 |0 19 <UE5E7> \xA4\x41 |0
13 <UE5E8> \xA4\x42 |0 20 <UE5E8> \xA4\x42 |0
14 diff --git a/source/data/mappings/windows-936-2000.ucm b/source/data/mappings/wi ndows-936-2000.ucm 21 diff --git a/source/data/mappings/windows-936-2000.ucm b/source/data/mappings/wi ndows-936-2000.ucm
15 index 6cfafab..66c9a31 100644 22 index 6cfafab..66c9a31 100644
16 --- a/source/data/mappings/windows-936-2000.ucm 23 --- a/source/data/mappings/windows-936-2000.ucm
17 +++ b/source/data/mappings/windows-936-2000.ucm 24 +++ b/source/data/mappings/windows-936-2000.ucm
18 @@ -37,7 +37,8 @@ 25 @@ -37,7 +37,8 @@
19 26
20 # build an extension-only (delta) .cnv file 27 # build an extension-only (delta) .cnv file
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 <UE5E7> \xA4\x41 |0 60 <UE5E7> \xA4\x41 |0
54 <UE5E8> \xA4\x42 |0 61 <UE5E8> \xA4\x42 |0
55 @@ -23918,7 +23923,6 @@ CHARMAP 62 @@ -23918,7 +23923,6 @@ CHARMAP
56 <UE7C5> \xA8\x9F |0 63 <UE7C5> \xA8\x9F |0
57 <UE7C6> \xA8\xA0 |0 64 <UE7C6> \xA8\xA0 |0
58 <UE7C7> \xA8\xBC |0 65 <UE7C7> \xA8\xBC |0
59 -<UE7C8> \xA8\xBF |0 66 -<UE7C8> \xA8\xBF |0
60 <UE7C9> \xA8\xC1 |0 67 <UE7C9> \xA8\xC1 |0
61 <UE7CA> \xA8\xC2 |0 68 <UE7CA> \xA8\xC2 |0
62 <UE7CB> \xA8\xC3 |0 69 <UE7CB> \xA8\xC3 |0
OLDNEW
« no previous file with comments | « patches/dataload.patch ('k') | patches/infinite-recursion.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698