]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/makeconv/misc/ucmmerge.c
ICU-6.2.21.tar.gz
[apple/icu.git] / icuSources / tools / makeconv / misc / ucmmerge.c
diff --git a/icuSources/tools/makeconv/misc/ucmmerge.c b/icuSources/tools/makeconv/misc/ucmmerge.c
deleted file mode 100644 (file)
index a8035bb..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
-*******************************************************************************
-*
-*   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/ */