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

Unified Diff: README.chromium

Issue 598383002: Make all the single byte encodings compliant to the encoding spec. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu52/
Patch Set: Created 6 years, 2 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
===================================================================
--- README.chromium (revision 292131)
+++ README.chromium (working copy)
@@ -74,16 +74,16 @@
4. Converter changes :
- - converters.patch :
- a. revises existing mapping tables
- b. Remove a lot of unused aliases in the converter alias table
- (source/data/mappings/convrtrs.txt ) leading to 40kB size reduction.
+ - convrtrs.txt : Replaced the original by our own that only lists encodings
+ and aliases required by the WHATWG Encoding spec plus a few extra (see
+ the file as to why).
- Add source/data/mappings/ucmlocal.txt : to list only converters we need.
- - Add three new tables per WHATWG encoding standards for EUC-JP,
- Shift_JIS and CP866.
- They're generated with scripts/{eucjp, sjis, ibm866}_gen.sh.
+ - Add new tables per the WHATWG encoding standards for EUC-JP,
+ Shift_JIS and all the single byte encodings.
+ They're generated with scripts : scripts/{eucjp, sjis, single_byte}_gen.sh
+
- 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