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

Unified Diff: source/data/mappings/noop-gb2312_gl.ucm

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 | « source/data/mappings/noop-cns-11643.ucm ('k') | source/data/mappings/noop-iso-ir-165.ucm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/mappings/noop-gb2312_gl.ucm
===================================================================
--- source/data/mappings/noop-gb2312_gl.ucm (revision 291619)
+++ source/data/mappings/noop-gb2312_gl.ucm (working copy)
@@ -1,32 +0,0 @@
-#________________________________________________________________________
-#
-# (C) COPYRIGHT International Business Machines Corp. 2009
-# All Rights Reserved
-#
-#________________________________________________________________________
-#
-# Name: "Fake" Unicode to ISO-IR-165 table
-# Date: December 2, 2009
-#
-# This is not a real GB2312 GL table, but a "fake" table to return U+FFFD
-# for every byte sequence valid in GB2312 GL. Chrome and Android
-# do not want to include the real table for ISO-1022-CN(-Ext) that are extremely
-# rare, if used at all. However, the lack of support gets
-# them vulernable to a security issue. By including this 'fake' table
-# and two others, they can be protected while increasing the ICU data size
-# by ~ 10kB.
-<code_set_name> "noop-gb2312_gl"
-<char_name_mask> "AXXXX"
-<mb_cur_max> 2
-<mb_cur_min> 2
-<uconv_class> "DBCS"
-<subchar> \x21\x21
-<icu:charsetFamily> "ASCII"
-<icu:alias> "ibm-5478_STD"
-
-<icu:state> 0-20:2, 21-7e:1, 7f-ff:2
-<icu:state> 21-7e.u
-<icu:state>
-
-CHARMAP
-END CHARMAP
« no previous file with comments | « source/data/mappings/noop-cns-11643.ucm ('k') | source/data/mappings/noop-iso-ir-165.ucm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698