]>
Commit | Line | Data |
---|---|---|
b75a7d8f A |
1 | /* |
2 | ******************************************************************************* | |
3 | * | |
4 | * Copyright (C) 2000, International Business Machines | |
5 | * Corporation and others. All Rights Reserved. | |
6 | * | |
7 | ******************************************************************************* | |
8 | * file name: ucmstrip.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 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. | |
21 | * | |
22 | * To compile, just call a C compiler/linker with this source file. | |
23 | * On Windows: cl ucmstrip.c | |
24 | */ | |
25 | ||
26 | #error File moved to charset/source/ucmtools/ on 2002-nov-06 | |
27 | ||
28 | /* see http://oss.software.ibm.com/cvs/icu/charset/source/ucmtools/ */ |