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

Unified Diff: source/data/mappings/noop-iso-ir-165.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-gb2312_gl.ucm ('k') | source/data/mappings/ucmlocal.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/mappings/noop-iso-ir-165.ucm
===================================================================
--- source/data/mappings/noop-iso-ir-165.ucm (revision 291619)
+++ source/data/mappings/noop-iso-ir-165.ucm (working copy)
@@ -1,29 +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 ISO-IR-165 table, but a "fake" table to return U+FFFD
-# for every byte sequence valid in ISO-IR-165. 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 only ~ 10kB.
-<code_set_name> "noop-iso-ir-165"
-<char_name_mask> "AXXXX"
-<mb_cur_max> 2
-<mb_cur_min> 2
-<uconv_class> "MBCS"
-<subchar> \x7e\x7e
-<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-gb2312_gl.ucm ('k') | source/data/mappings/ucmlocal.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698