]>
Commit | Line | Data |
---|---|---|
1 | # Copyright (c) 1999-2010, International Business Machines Corporation and | |
2 | # others. All Rights Reserved. | |
3 | # A list of UCM's to build | |
4 | # Note: | |
5 | # | |
6 | # If you are thinking of modifying this file, READ THIS. | |
7 | # | |
8 | # Instead of changing this file [unless you want to check it back in], | |
9 | # you should consider creating a 'ucmlocal.mk' file in this same directory. | |
10 | # Then, you can have your local changes remain even if you upgrade or re | |
11 | # configure the ICU. | |
12 | # | |
13 | # Example 'ucmlocal.mk' files: | |
14 | # | |
15 | # * To add an additional converter to the list: | |
16 | # _____________________________________________________ | |
17 | # | UCM_SOURCE_LOCAL = myconverter.ucm ... | |
18 | # | |
19 | # * To add EBCDIC converters that uses different SI/SO characters: | |
20 | # Note: ICU is updated to handle three EBCDIC converters (JIPS, KEIS, and JEF) which uses | |
21 | # different SI/SO characters than the "standard" ones: 0xf/0xe. | |
22 | # This behaviour is done in the mbcs converter code and is turned on if for that converter | |
23 | # if the name contains either JIPS, KEIS, or JEF. (e.g. my_KEIS_converter.ucm) | |
24 | # _____________________________________________________ | |
25 | # | UCM_SOURCE_EBCDIC_IGNORE_SISO_LOCAL = my_KEIS_converter.ucm | |
26 | # | |
27 | # * To REPLACE the default list and only build with a few | |
28 | # converters: | |
29 | # _____________________________________________________ | |
30 | # | UCM_SOURCE = ibm-913.ucm ibm-949.ucm ibm-37.ucm | |
31 | # | |
32 | # If you are planning to exclude EBCDIC mappings in you data then please delete | |
33 | # ucmebcdic.mk from the <icu>/source/data directory | |
34 | # | |
35 | ||
36 | UCM_SOURCE_FILES = ibm-437_P100-1995.ucm\ | |
37 | ibm-737_P100-1997.ucm\ | |
38 | ibm-720_P100-1997.ucm\ | |
39 | ibm-775_P100-1996.ucm\ | |
40 | ibm-813_P100-1995.ucm\ | |
41 | ibm-850_P100-1995.ucm\ | |
42 | ibm-851_P100-1995.ucm\ | |
43 | ibm-852_P100-1995.ucm\ | |
44 | ibm-855_P100-1995.ucm\ | |
45 | ibm-856_P100-1995.ucm\ | |
46 | ibm-857_P100-1995.ucm\ | |
47 | ibm-858_P100-1997.ucm\ | |
48 | ibm-860_P100-1995.ucm\ | |
49 | ibm-861_P100-1995.ucm\ | |
50 | ibm-862_P100-1995.ucm\ | |
51 | ibm-863_P100-1995.ucm\ | |
52 | ibm-864_X110-1999.ucm\ | |
53 | ibm-865_P100-1995.ucm\ | |
54 | ibm-866_P100-1995.ucm\ | |
55 | ibm-867_P100-1998.ucm\ | |
56 | ibm-868_P100-1995.ucm\ | |
57 | ibm-869_P100-1995.ucm\ | |
58 | ibm-874_P100-1995.ucm\ | |
59 | ibm-878_P100-1996.ucm\ | |
60 | ibm-901_P100-1999.ucm\ | |
61 | ibm-902_P100-1999.ucm\ | |
62 | ibm-916_P100-1995.ucm\ | |
63 | ibm-921_P100-1995.ucm\ | |
64 | ibm-922_P100-1999.ucm\ | |
65 | ibm-1006_P100-1995.ucm\ | |
66 | ibm-1051_P100-1995.ucm\ | |
67 | ibm-1098_P100-1995.ucm\ | |
68 | ibm-1124_P100-1996.ucm\ | |
69 | ibm-1125_P100-1997.ucm\ | |
70 | ibm-1129_P100-1997.ucm\ | |
71 | ibm-1131_P100-1997.ucm\ | |
72 | ibm-1133_P100-1997.ucm\ | |
73 | ibm-1162_P100-1999.ucm\ | |
74 | ibm-1168_P100-2002.ucm\ | |
75 | ibm-1250_P100-1995.ucm\ | |
76 | ibm-1251_P100-1995.ucm\ | |
77 | ibm-1252_P100-2000.ucm\ | |
78 | ibm-1253_P100-1995.ucm\ | |
79 | ibm-1254_P100-1995.ucm\ | |
80 | ibm-1255_P100-1995.ucm\ | |
81 | ibm-1256_P110-1997.ucm\ | |
82 | ibm-1257_P100-1995.ucm\ | |
83 | ibm-1258_P100-1997.ucm\ | |
84 | ibm-1276_P100-1995.ucm\ | |
85 | ibm-5351_P100-1998.ucm\ | |
86 | ibm-5353_P100-1998.ucm\ | |
87 | ibm-942_P12A-1999.ucm\ | |
88 | ibm-943_P130-1999.ucm\ | |
89 | ibm-949_P110-1999.ucm\ | |
90 | ibm-950_P110-1999.ucm\ | |
91 | ibm-954_P101-2007.ucm\ | |
92 | ibm-964_P110-1999.ucm\ | |
93 | ibm-971_P100-1995.ucm\ | |
94 | ibm-1363_P110-1997.ucm\ | |
95 | ibm-1375_P100-2007.ucm\ | |
96 | ibm-5471_P100-2006.ucm\ | |
97 | ibm-9005_X110-2007.ucm\ | |
98 | ibm-9448_X100-2005.ucm\ | |
99 | ibm-33722_P120-1999.ucm\ | |
100 | iso-8859_10-1998.ucm\ | |
101 | iso-8859_11-2001.ucm\ | |
102 | iso-8859_14-1998.ucm\ | |
103 | macos-0_2-10.2.ucm\ | |
104 | macos-6_2-10.4.ucm\ | |
105 | macos-7_3-10.2.ucm\ | |
106 | macos-29-10.2.ucm\ | |
107 | macos-35-10.2.ucm\ | |
108 | windows-874-2000.ucm\ | |
109 | windows-936-2000.ucm\ | |
110 | windows-949-2000.ucm\ | |
111 | windows-950-2000.ucm\ | |
112 | jisx-212.ucm\ | |
113 | iso-ir-165.ucm cns-11643-1992.ucm\ | |
114 | ibm-5478_P100-1995.ucm\ | |
115 | icu-internal-25546.ucm lmb-excp.ucm \ | |
116 | icu-internal-compound-d1.ucm icu-internal-compound-d2.ucm icu-internal-compound-d3.ucm icu-internal-compound-d4.ucm\ | |
117 | icu-internal-compound-d5.ucm icu-internal-compound-d6.ucm icu-internal-compound-d7.ucm \ | |
118 | icu-internal-compound-s1.ucm icu-internal-compound-s2.ucm icu-internal-compound-s3.ucm icu-internal-compound-t.ucm | |
119 |