]>
git.saurik.com Git - apple/icu.git/blob - icuSources/tools/makeconv/misc/rptp2ucm.c
2 *******************************************************************************
4 * Copyright (C) 2000-2001, International Business Machines
5 * Corporation and others. All Rights Reserved.
7 *******************************************************************************
8 * file name: rptp2ucm.c
10 * tab size: 8 (not used)
13 * created on: 2001feb16
14 * created by: Markus W. Scherer
16 * This tool reads two CDRA conversion table files (RPMAP & TPMAP or RXMAP and TXMAP) and
17 * generates a canonicalized ICU .ucm file from them.
18 * If the RPMAP/RXMAP file does not contain a comment line with the substitution character,
19 * then this tool also attempts to read the header of the corresponding UPMAP/UXMAP file
20 * to extract subchar and subchar1.
22 * R*MAP: Unicode->codepage
23 * T*MAP: codepage->Unicode
25 * To compile, just call a C compiler/linker with this source file.
26 * On Windows: cl rptp2ucm.c
29 #error File moved to charset/source/ucmtools/ on 2002-nov-06
31 /* see http://oss.software.ibm.com/cvs/icu/charset/source/ucmtools/ */