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

Side by Side Diff: patches/gb_table.patch

Issue 1162723008: Add U+2212 to Japanese converters and update GBK/gb18030 aliases/tables (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: README.chromium updated Created 5 years, 6 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 | « android/icudtl.dat ('k') | scripts/eucjp_gen.sh » ('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 diff --git a/source/data/mappings/gb18030.ucm b/source/data/mappings/gb18030.ucm
2 index f8f0cb0..f5c7324 100644
3 --- a/source/data/mappings/gb18030.ucm
4 +++ b/source/data/mappings/gb18030.ucm
5 @@ -29584,7 +29584,7 @@ CHARMAP
6 <UE5E2> \xA3\x9D |0
7 <UE5E3> \xA3\x9E |0
8 <UE5E4> \xA3\x9F |0
9 -<UE5E5> \xA3\xA0 |0
10 +<U3000> \xA3\xA0 |3
11 <UE5E6> \xA4\x40 |0
12 <UE5E7> \xA4\x41 |0
13 <UE5E8> \xA4\x42 |0
14 diff --git a/source/data/mappings/windows-936-2000.ucm b/source/data/mappings/wi ndows-936-2000.ucm
15 index 6cfafab..66c9a31 100644
16 --- a/source/data/mappings/windows-936-2000.ucm
17 +++ b/source/data/mappings/windows-936-2000.ucm
18 @@ -37,7 +37,8 @@
19
20 # build an extension-only (delta) .cnv file
21 # requires the base .cnv file at runtime
22 -<icu:base> "ibm-1386_P100-2001"
23 +# Chromium: we don't want ibm-1386
24 +#<icu:base> "ibm-1386_P100-2001"
25
26 # The following was the generated state table.
27 # This does not account for unassigned characters
28 @@ -259,6 +260,7 @@ CHARMAP
29 <U01DA> \xA8\xB7 |0
30 <U01DB> \xA8\xB8 |1
31 <U01DC> \xA8\xB8 |0
32 +<U01F9> \xA8\xBF |0
33 <U0251> \xA8\xBB |0
34 <U0261> \xA8\xC0 |0
35 <U02C7> \xA1\xA6 |0
36 @@ -380,6 +382,9 @@ CHARMAP
37 <U044E> \xA7\xF0 |0
38 <U044F> \xA7\xF1 |0
39 <U0451> \xA7\xD7 |0
40 +# U1E3F will be round-tripped and UE7C7 will be dropped
41 +# once https://www.w3.org/Bugs/Public/show_bug.cgi?id=28740#c3 is resolved.
42 +<U1E3F> \xA8\xBC |1
43 <U2010> \xA9\x5C |0
44 <U2013> \xA8\x43 |0
45 <U2014> \xA1\xAA |0
46 @@ -23435,7 +23440,7 @@ CHARMAP
47 <UE5E2> \xA3\x9D |0
48 <UE5E3> \xA3\x9E |0
49 <UE5E4> \xA3\x9F |0
50 -<UE5E5> \xA3\xA0 |0
51 +<U3000> \xA3\xA0 |3
52 <UE5E6> \xA4\x40 |0
53 <UE5E7> \xA4\x41 |0
54 <UE5E8> \xA4\x42 |0
55 @@ -23918,7 +23923,6 @@ CHARMAP
56 <UE7C5> \xA8\x9F |0
57 <UE7C6> \xA8\xA0 |0
58 <UE7C7> \xA8\xBC |0
59 -<UE7C8> \xA8\xBF |0
60 <UE7C9> \xA8\xC1 |0
61 <UE7CA> \xA8\xC2 |0
62 <UE7CB> \xA8\xC3 |0
OLDNEW
« no previous file with comments | « android/icudtl.dat ('k') | scripts/eucjp_gen.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698