1 .\" Hey, Emacs! This is -*-nroff-*- you know...
3 .\" makeconv.1: manual page for the makeconv utility
5 .\" Copyright (C) 2000-2002 IBM, Inc. and others.
7 .\" Manual page by Yves Arrouye <yves@realnames.com>.
9 .TH MAKECONV 1 "16 April 2002" "ICU MANPAGE" "ICU @VERSION@ Manual"
12 \- compile a converter table
16 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
19 .BR "\-c\fP, \fB\-\-copyright"
22 .BR "\-v\fP, \fB\-\-verbose"
25 .BI "\-d\fP, \fB\-\-destdir" " destination"
27 .IR convertertable " .\|.\|."
30 converts the ICU converter table
32 into a binary file. The binary file has the same base name as
36 extension (instead of the typical
41 This binary file can then be read directly by ICU, or used by
43 for incorporation into a larger archive or library.
47 must be in the ICU ucm (Unicode Codepage Mapping) format in order to
50 The ICU ucm format is similar to the IBM NLTC upmap/tpmap/rpmap files.
53 are handled as follows. If a comment (starting with a `#' sign) that
54 is after some text does contain the fallback indicator `|' then only
55 the text starting with the `#' sign, and ending before the `|' sign,
57 Otherwise, or if the comment is the first thing on the line,
58 the comment runs up to the end of the line. This special
59 handling of comments is to accomodate the practice of putting fallback
60 information in comments in the strict IBM NLTC ucmap format.
62 Note that new converters will be automatically found by ICU after their
63 installation in ICU's data directory. They do not need to
66 converters aliases file in order to be available to applications using ICU.
67 They do need to be listed there if one wants to give them aliases, or
71 .BR "\-h\fP, \fB\-?\fP, \fB\-\-help"
72 Print help about usage and exit.
74 .BR "\-c\fP, \fB\-\-copyright"
75 Include a copyright notice in the binary data.
77 .BR "\-v\fP, \fB\-\-verbose"
78 Display extra informative messages during execution.
80 .BI "\-d\fP, \fB\-\-destdir" " destination"
81 Set the destination directory to
83 The default destination directory is specified by the environment variable
86 If an existing converter table is changed and recompiled using
88 the resulting binary file must be packaged in the same way that it was
89 packaged initially. For example, if converters were grouped together in
90 an archive or a library with
92 then the archive or library must be rebuilt with the new binary file.
93 A standalone binary converter file will not take precedence over a
98 Specifies the directory containing ICU data. Defaults to
99 .BR @thepkgicudatadir@/@PACKAGE@/@VERSION@/ .
100 Some tools in ICU depend on the presence of the trailing slash. It is thus
101 important to make sure that it is present if
107 Copyright (C) 2000 IBM, Inc. and others.