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

Side by Side Diff: icu52/source/data/mappings/noop-iso-ir-165.ucm

Issue 224943002: icu local change part1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: function indentation changed Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « icu52/source/data/mappings/noop-gb2312_gl.ucm ('k') | icu52/source/data/mappings/ucmlocal.mk » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #________________________________________________________________________ 1 #________________________________________________________________________
2 # 2 #
3 # (C) COPYRIGHT International Business Machines Corp. 2009 3 # (C) COPYRIGHT International Business Machines Corp. 2009
4 # All Rights Reserved 4 # All Rights Reserved
5 # 5 #
6 #________________________________________________________________________ 6 #________________________________________________________________________
7 # 7 #
8 # Name: "Fake" Unicode to ISO-IR-165 table 8 # Name: "Fake" Unicode to ISO-IR-165 table
9 # Date: December 2, 2009 9 # Date: December 2, 2009
10 # 10 #
11 # This is not a real ISO-IR-165 table, but a "fake" table to return U+FFFD 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 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 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 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 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 16 # and two others, they can be protected while increasing the ICU data size
17 # by only ~ 10kB. 17 # by only ~ 10kB.
18 <code_set_name> "noop-iso-ir-165" 18 <code_set_name> "noop-iso-ir-165"
19 <char_name_mask> "AXXXX" 19 <char_name_mask> "AXXXX"
20 <mb_cur_max> 2 20 <mb_cur_max> 2
21 <mb_cur_min> 2 21 <mb_cur_min> 2
22 <uconv_class> "MBCS" 22 <uconv_class> "MBCS"
23 <subchar> \x7e\x7e 23 <subchar> \x7e\x7e
24 <icu:state> 0-20:2, 21-7e:1, 7f-ff:2 24 <icu:state> 0-20:2, 21-7e:1, 7f-ff:2
25 <icu:state> 21-7e.u 25 <icu:state> 21-7e.u
26 <icu:state> 26 <icu:state>
27 # 27 #
28 CHARMAP 28 CHARMAP
29 END CHARMAP 29 END CHARMAP
OLDNEW
« no previous file with comments | « icu52/source/data/mappings/noop-gb2312_gl.ucm ('k') | icu52/source/data/mappings/ucmlocal.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698