]>
git.saurik.com Git - apple/icu.git/blob - icuSources/tools/makeconv/misc/ucmmerge.c
a8035bbaaca58fdda76214f1fbc679b3474e3a6d
2 *******************************************************************************
4 * Copyright (C) 2000, International Business Machines
5 * Corporation and others. All Rights Reserved.
7 *******************************************************************************
8 * file name: ucmmerge.c
10 * tab size: 8 (not used)
13 * created on: 2000nov09
14 * created by: Markus W. Scherer
16 * This tool reads two .ucm files and merges them.
17 * Merging the files allows to update the ICU data while keeping ICU-specific
18 * changes like "MBCS"->"EBCDIC_STATEFUL" or adding <icu:state>.
20 * To compile, just call a C compiler/linker with this source file.
21 * On Windows: cl ucmmerge.c
24 #error File moved to charset/source/ucmtools/ on 2002-nov-06
26 /* see http://oss.software.ibm.com/cvs/icu/charset/source/ucmtools/ */