]>
Commit | Line | Data |
---|---|---|
b75a7d8f A |
1 | /* |
2 | ******************************************************************************* | |
3 | * | |
4 | * Copyright (C) 2000-2001, International Business Machines | |
5 | * Corporation and others. All Rights Reserved. | |
6 | * | |
7 | ******************************************************************************* | |
8 | * file name: rptp2ucm.c | |
9 | * encoding: US-ASCII | |
10 | * tab size: 8 (not used) | |
11 | * indentation:4 | |
12 | * | |
13 | * created on: 2001feb16 | |
14 | * created by: Markus W. Scherer | |
15 | * | |
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. | |
21 | * | |
22 | * R*MAP: Unicode->codepage | |
23 | * T*MAP: codepage->Unicode | |
24 | * | |
25 | * To compile, just call a C compiler/linker with this source file. | |
26 | * On Windows: cl rptp2ucm.c | |
27 | */ | |
28 | ||
29 | #error File moved to charset/source/ucmtools/ on 2002-nov-06 | |
30 | ||
31 | /* see http://oss.software.ibm.com/cvs/icu/charset/source/ucmtools/ */ |