diff --git a/icu4c/source/data/mappings/ucmfiles.mk b/icu4c/source/data/mappings/ucmfiles.mk index 24ae5d955c..8e5454399b 100644 --- a/icu4c/source/data/mappings/ucmfiles.mk +++ b/icu4c/source/data/mappings/ucmfiles.mk @@ -1,4 +1,4 @@ -# Copyright (c) 1999-2007, International Business Machines Corporation and +# Copyright (c) 1999-2010, International Business Machines Corporation and # others. All Rights Reserved. # A list of UCM's to build # Note: @@ -16,6 +16,10 @@ # _____________________________________________________ # | UCM_SOURCE_LOCAL = myconverter.ucm ... # +# * To add EBCDIC coverters that use different SI/SO characters: +# _____________________________________________________ +# | UCM_SOURCE_EBCDIC_IGNORE_SISO_LOCAL = my_keis_converter.ucm +# # * To REPLACE the default list and only build with a few # converters: # _____________________________________________________