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

Side by Side Diff: icu46/source/data/mappings/noop-iso-ir-165.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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « icu46/source/data/mappings/noop-gb2312_gl.ucm ('k') | icu46/source/data/mappings/ucmebcdic.mk » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ native
OLDNEW
(Empty)
1 #________________________________________________________________________
2 #
3 # (C) COPYRIGHT International Business Machines Corp. 2009
4 # All Rights Reserved
5 #
6 #________________________________________________________________________
7 #
8 # Name: "Fake" Unicode to ISO-IR-165 table
9 # Date: December 2, 2009
10 #
11 # This is not a real ISO-IR-165 table, but a "fake" table to return U+FFFD
12 # for every byte sequence valid in ISO-IR-165. Chrome and Android
13 # do not want to include the real table for ISO-1022-CN(-Ext) that are
14 # extremely rare, if used at all. However, the lack of support gets
15 # them vulernable to a security issue. By including this 'fake' table
16 # and two others, they can be protected while increasing the ICU data size
17 # by only ~ 10kB.
18 <code_set_name> "noop-iso-ir-165"
19 <char_name_mask> "AXXXX"
20 <mb_cur_max> 2
21 <mb_cur_min> 2
22 <uconv_class> "MBCS"
23 <subchar> \x7e\x7e
24 <icu:state> 0-20:2, 21-7e:1, 7f-ff:2
25 <icu:state> 21-7e.u
26 <icu:state>
27 #
28 CHARMAP
29 END CHARMAP
OLDNEW
« no previous file with comments | « icu46/source/data/mappings/noop-gb2312_gl.ucm ('k') | icu46/source/data/mappings/ucmebcdic.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698