d05759f2fe
Add some Java aliases Remove some cp* aliases for EBCDIC mappings that were wrong Move some cp* aliases that implied a Euro update when one didn't happen. Reorganize ucmfiles.mk and convrtrs.txt into a more logical order. Rename ibm-9030 to the 100% identical and more commonly used ibm-838 X-SVN-Rev: 10823
91 lines
2.2 KiB
Makefile
91 lines
2.2 KiB
Makefile
# Copyright (c) 1999-2002, International Business Machines Corporation and
|
|
# others. All Rights Reserved.
|
|
# A list of UCM's to build
|
|
# Note:
|
|
#
|
|
# If you are thinking of modifying this file, READ THIS.
|
|
#
|
|
# Instead of changing this file [unless you want to check it back in],
|
|
# you should consider creating a 'ucmlocal.mk' file in this same directory.
|
|
# Then, you can have your local changes remain even if you upgrade or re
|
|
# configure the ICU.
|
|
#
|
|
# Example 'ucmlocal.mk' files:
|
|
#
|
|
# * To add an additional converter to the list:
|
|
# _____________________________________________________
|
|
# | UCM_SOURCE_LOCAL = myconverter.ucm ...
|
|
#
|
|
# * To REPLACE the default list and only build with a few
|
|
# converters:
|
|
# _____________________________________________________
|
|
# | UCM_SOURCE = ibm-913.ucm ibm-949.ucm ibm-37.ucm
|
|
#
|
|
# If you are planning to exclude EBCDIC mappings in you data then please delete
|
|
# ucmebcdic.mk from the <icu>/source/data directory
|
|
#
|
|
|
|
UCM_SOURCE_FILES = ibm-367_P100-1995.ucm\
|
|
ibm-437_P100-1995.ucm\
|
|
ibm-850.ucm\
|
|
ibm-851.ucm\
|
|
ibm-852.ucm\
|
|
ibm-855.ucm\
|
|
ibm-856.ucm\
|
|
ibm-857.ucm\
|
|
ibm-858.ucm\
|
|
ibm-860.ucm\
|
|
ibm-861.ucm\
|
|
ibm-862.ucm\
|
|
ibm-863.ucm\
|
|
ibm-864.ucm\
|
|
ibm-865.ucm\
|
|
ibm-866.ucm\
|
|
ibm-867.ucm\
|
|
ibm-868.ucm\
|
|
ibm-869.ucm\
|
|
ibm-874.ucm\
|
|
ibm-878.ucm\
|
|
ibm-901.ucm\
|
|
ibm-902.ucm\
|
|
ibm-1006_P100-1995.ucm\
|
|
ibm-1051_P100-1995.ucm\
|
|
ibm-1098_P100-1995.ucm\
|
|
ibm-1124_P100-1996.ucm\
|
|
ibm-1125_P100-1997.ucm\
|
|
ibm-1129_P100-1997.ucm\
|
|
ibm-1131_P100-1997.ucm\
|
|
ibm-1133_P100-1997.ucm\
|
|
ibm-1162_P100-1999.ucm\
|
|
ibm-1250_P100-1995.ucm\
|
|
ibm-1251_P100-1995.ucm\
|
|
ibm-1252_P100-2000.ucm\
|
|
ibm-1253_P100-1995.ucm\
|
|
ibm-1254_P100-1995.ucm\
|
|
ibm-1255_P100-1995.ucm\
|
|
ibm-1256_P110-1997.ucm\
|
|
ibm-1257_P100-1995.ucm\
|
|
ibm-1258_P100-1997.ucm\
|
|
ibm-1275_P100-1995.ucm\
|
|
ibm-1276_P100-1995.ucm\
|
|
ibm-1277_P100-1995.ucm\
|
|
ibm-1280_P100-1996.ucm\
|
|
ibm-1281_P100-1996.ucm\
|
|
ibm-1282_P100-1996.ucm\
|
|
ibm-1283_P100-1996.ucm\
|
|
ibm-813.ucm\
|
|
ibm-921.ucm\
|
|
ibm-922.ucm\
|
|
ibm-942_P12A-2000.ucm\
|
|
ibm-943_P130-2000.ucm\
|
|
ibm-949_P110-2000.ucm\
|
|
ibm-950_P110-1999.ucm\
|
|
ibm-1363_P110-2000.ucm\
|
|
ibm-1381_P110-2000.ucm\
|
|
ibm-33722_P120-2000.ucm\
|
|
jisx-201.ucm jisx-208.ucm jisx-212.ucm gb_2312_80-1.ucm\
|
|
ksc_5601_1.ucm\
|
|
iso-ir-165.ucm cns-11643-1992.ucm\
|
|
lmb-excp.ucm ibm-964_P110-2000.ucm icu-internal-25546.ucm
|
|
|