blob: a8035bbaaca58fdda76214f1fbc679b3474e3a6d [file] [log] [blame]
/*
*******************************************************************************
*
* Copyright (C) 2000, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
* file name: ucmmerge.c
* encoding: US-ASCII
* tab size: 8 (not used)
* indentation:4
*
* created on: 2000nov09
* created by: Markus W. Scherer
*
* This tool reads two .ucm files and merges them.
* Merging the files allows to update the ICU data while keeping ICU-specific
* changes like "MBCS"->"EBCDIC_STATEFUL" or adding <icu:state>.
*
* To compile, just call a C compiler/linker with this source file.
* On Windows: cl ucmmerge.c
*/
#error File moved to charset/source/ucmtools/ on 2002-nov-06
/* see http://oss.software.ibm.com/cvs/icu/charset/source/ucmtools/ */