]>
git.saurik.com Git - apple/icu.git/blob - icuSources/tools/makeconv/misc/ucmstrip.c
2 *******************************************************************************
4 * Copyright (C) 2000, International Business Machines
5 * Corporation and others. All Rights Reserved.
7 *******************************************************************************
8 * file name: ucmstrip.c
10 * tab size: 8 (not used)
13 * created on: 2000nov09
14 * created by: Markus W. Scherer
16 * This tool reads a .ucm file, expects there to be a line in the header with
17 * "File created on..." and removes the lines before and including that.
18 * Then it removes lines with <icu:state> and <uconv_class> and <code_set_name>.
19 * This helps comparing .ucm files with different copyright statements and
20 * different state specifications.
22 * To compile, just call a C compiler/linker with this source file.
23 * On Windows: cl ucmstrip.c
26 #error File moved to charset/source/ucmtools/ on 2002-nov-06
28 /* see http://oss.software.ibm.com/cvs/icu/charset/source/ucmtools/ */