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

Side by Side Diff: icu52/source/data/mappings/windows-949-2000.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
OLDNEW
1 # *************************************************************************** 1 # ***************************************************************************
2 # * 2 # *
3 # * Copyright (C) 2001-2003, International Business Machines 3 # * Copyright (C) 2001-2003, International Business Machines
4 # * Corporation and others. All Rights Reserved. 4 # * Corporation and others. All Rights Reserved.
5 # * 5 # *
6 # *************************************************************************** 6 # ***************************************************************************
7 # 7 #
8 # File created on Dec 03 13:49 Pacific Standard Time 2002 8 # File created on Dec 03 13:49 Pacific Standard Time 2002
9 # 9 #
10 # File created by genmucm tool. 10 # File created by genmucm tool.
(...skipping 14 matching lines...) Expand all
25 # 25 #
26 <code_set_name> "windows-949-2000" 26 <code_set_name> "windows-949-2000"
27 <mb_cur_max> 2 27 <mb_cur_max> 2
28 <mb_cur_min> 1 28 <mb_cur_min> 1
29 <uconv_class> "MBCS" 29 <uconv_class> "MBCS"
30 <subchar> \x3F 30 <subchar> \x3F
31 <icu:charsetFamily> "ASCII" 31 <icu:charsetFamily> "ASCII"
32 # Suggested ICU specific alias information 32 # Suggested ICU specific alias information
33 #<icu:alias> "windows-949_VPUA" 33 #<icu:alias> "windows-949_VPUA"
34 34
35 <icu:state> 0-80, 81-fe:1, ff 35 # CHROME: Uses the generated state table.
36 <icu:state> 40-7e, 80-fe 36 <icu:state> 0-80, 81-fe:1, ff
37 <icu:state> 41-5a, 61-7a, 81-fe
38 #<icu:state> 0-80, 81-fe:1, ff
39 #<icu:state> 40-7e, 80-fe
37 40
38 # build an extension-only (delta) .cnv file 41 # build an extension-only (delta) .cnv file
39 # requires the base .cnv file at runtime 42 # requires the base .cnv file at runtime
40 <icu:base> "ibm-1363_P11B-1998" 43 # CHROME: We don't want to include ibm-1363.
44 #<icu:base> "ibm-1363_P11B-1998"
41 45
42 # The following was the generated state table.
43 # This does not account for unassigned characters
44 #<icu:state> 0-80, 81-fe:1, ff
45 #<icu:state> 41-5a, 61-7a, 81-fe
46 #
47 CHARMAP 46 CHARMAP
48 <U0000> \x00 |0 47 <U0000> \x00 |0
49 <U0001> \x01 |0 48 <U0001> \x01 |0
50 <U0002> \x02 |0 49 <U0002> \x02 |0
51 <U0003> \x03 |0 50 <U0003> \x03 |0
52 <U0004> \x04 |0 51 <U0004> \x04 |0
53 <U0005> \x05 |0 52 <U0005> \x05 |0
54 <U0006> \x06 |0 53 <U0006> \x06 |0
55 <U0007> \x07 |0 54 <U0007> \x07 |0
56 <U0008> \x08 |0 55 <U0008> \x08 |0
(...skipping 17742 matching lines...) Expand 10 before | Expand all | Expand 10 after
17799 <UFFDA> \xA4\xD1 |1 17798 <UFFDA> \xA4\xD1 |1
17800 <UFFDB> \xA4\xD2 |1 17799 <UFFDB> \xA4\xD2 |1
17801 <UFFDC> \xA4\xD3 |1 17800 <UFFDC> \xA4\xD3 |1
17802 <UFFE0> \xA1\xCB |0 17801 <UFFE0> \xA1\xCB |0
17803 <UFFE1> \xA1\xCC |0 17802 <UFFE1> \xA1\xCC |0
17804 <UFFE2> \xA1\xFE |0 17803 <UFFE2> \xA1\xFE |0
17805 <UFFE3> \xA3\xFE |0 17804 <UFFE3> \xA3\xFE |0
17806 <UFFE5> \xA1\xCD |0 17805 <UFFE5> \xA1\xCD |0
17807 <UFFE6> \xA3\xDC |0 17806 <UFFE6> \xA3\xDC |0
17808 END CHARMAP 17807 END CHARMAP
OLDNEW
« no previous file with comments | « icu52/source/data/mappings/windows-936-2000.ucm ('k') | icu52/source/data/mappings/windows-950-2000.ucm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698