]> git.saurik.com Git - apple/icu.git/blob - icuSources/tools/makeconv/misc/ucmmerge.c
a8035bbaaca58fdda76214f1fbc679b3474e3a6d
[apple/icu.git] / icuSources / tools / makeconv / misc / ucmmerge.c
1 /*
2 *******************************************************************************
3 *
4 * Copyright (C) 2000, International Business Machines
5 * Corporation and others. All Rights Reserved.
6 *
7 *******************************************************************************
8 * file name: ucmmerge.c
9 * encoding: US-ASCII
10 * tab size: 8 (not used)
11 * indentation:4
12 *
13 * created on: 2000nov09
14 * created by: Markus W. Scherer
15 *
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>.
19 *
20 * To compile, just call a C compiler/linker with this source file.
21 * On Windows: cl ucmmerge.c
22 */
23
24 #error File moved to charset/source/ucmtools/ on 2002-nov-06
25
26 /* see http://oss.software.ibm.com/cvs/icu/charset/source/ucmtools/ */