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

Unified Diff: README.chromium

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | android/icudtl.dat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
diff --git a/README.chromium b/README.chromium
index d61f629afe725df97dae5a7fffe974c43af6f661..13bc65b4944795c08cd6242dae693ba96051c896 100644
--- a/README.chromium
+++ b/README.chromium
@@ -84,6 +84,13 @@ This directory contains the source code of ICU 54.1 for C/C++.
They're generated with scripts :
scripts/{eucjp,sjis,big5,single_byte}_gen.sh
+ - gb_table.patch
+ 1. Map \xA3\xA0 to U+3000 instead of U+E5E5 in gb18030 and windows-936 per
+ the encoding spec (one-way mapping in toUnicode direction).
+ 2. Map \xA8\xBF to U+01F9 instead of U+E7C8. Add one-way map
+ from U+1E3F to \xA8\xBC (windows-936/GBK).
+ See https://www.w3.org/Bugs/Public/show_bug.cgi?id=28740#c3
+
- uconv.patch
a. ISO-2022-JP-[1-4] is dropped.
b. SCSU, BOCU, ISCII, UTF-7, LMB, ibm42*, ISO-2022-{KR,CN*} and HZ-GB :
« no previous file with comments | « no previous file | android/icudtl.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698