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

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

Issue 6010003: Apply the converter patches for ICU 4.2.1 to ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: '' Created 10 years 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 | « icu46/source/data/mappings/noop-cns-11643.ucm ('k') | icu46/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: icu46/source/data/mappings/noop-gb2312_gl.ucm
===================================================================
--- icu46/source/data/mappings/noop-gb2312_gl.ucm (revision 0)
+++ icu46/source/data/mappings/noop-gb2312_gl.ucm (revision 0)
@@ -0,0 +1,32 @@
+#________________________________________________________________________
+#
+# (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
Property changes on: icu46/source/data/mappings/noop-gb2312_gl.ucm
___________________________________________________________________
Added: svn:eol-style
+ native
« no previous file with comments | « icu46/source/data/mappings/noop-cns-11643.ucm ('k') | icu46/source/data/mappings/noop-iso-ir-165.ucm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698