xref: /freebsd/usr.bin/mkesdb/mkesdb.1 (revision fa9896e082a1046ff4fbc75fcba4d18d1f2efc19)
1ad30f8e7SGabor Kovesdan.\" Copyright (c) 2009 Gabor Kovesdan <gabor@FreeBSD.org>
2ad30f8e7SGabor Kovesdan.\" All rights reserved.
3ad30f8e7SGabor Kovesdan.\"
4ad30f8e7SGabor Kovesdan.\" Redistribution and use in source and binary forms, with or without
5ad30f8e7SGabor Kovesdan.\" modification, are permitted provided that the following conditions
6ad30f8e7SGabor Kovesdan.\" are met:
7ad30f8e7SGabor Kovesdan.\" 1. Redistributions of source code must retain the above copyright
8ad30f8e7SGabor Kovesdan.\"    notice, this list of conditions and the following disclaimer.
9ad30f8e7SGabor Kovesdan.\" 2. Redistributions in binary form must reproduce the above copyright
10ad30f8e7SGabor Kovesdan.\"    notice, this list of conditions and the following disclaimer in the
11ad30f8e7SGabor Kovesdan.\"    documentation and/or other materials provided with the distribution.
12ad30f8e7SGabor Kovesdan.\"
13ad30f8e7SGabor Kovesdan.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14ad30f8e7SGabor Kovesdan.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15ad30f8e7SGabor Kovesdan.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16ad30f8e7SGabor Kovesdan.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17ad30f8e7SGabor Kovesdan.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18ad30f8e7SGabor Kovesdan.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19ad30f8e7SGabor Kovesdan.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20ad30f8e7SGabor Kovesdan.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21ad30f8e7SGabor Kovesdan.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22ad30f8e7SGabor Kovesdan.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23ad30f8e7SGabor Kovesdan.\" SUCH DAMAGE.
24ad30f8e7SGabor Kovesdan.\"
25ad30f8e7SGabor Kovesdan.\" Portions of this text are reprinted and reproduced in electronic form
26ad30f8e7SGabor Kovesdan.\" from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology --
27ad30f8e7SGabor Kovesdan.\" Portable Operating System Interface (POSIX), The Open Group Base
28ad30f8e7SGabor Kovesdan.\" Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of
29ad30f8e7SGabor Kovesdan.\" Electrical and Electronics Engineers, Inc and The Open Group.  In the
30ad30f8e7SGabor Kovesdan.\" event of any discrepancy between this version and the original IEEE and
31ad30f8e7SGabor Kovesdan.\" The Open Group Standard, the original IEEE and The Open Group Standard is
32ad30f8e7SGabor Kovesdan.\" the referee document.  The original Standard can be obtained online at
33*c126924cSWolfram Schneider.\" https://www.opengroup.org/membership/forums/platform/unix
34ad30f8e7SGabor Kovesdan.\"
35ad30f8e7SGabor Kovesdan.Dd November 1, 2009
36a6d11f71SRuslan Ermilov.Dt MKESDB 1
37ad30f8e7SGabor Kovesdan.Os
38ad30f8e7SGabor Kovesdan.Sh NAME
39ad30f8e7SGabor Kovesdan.Nm mkesdb
40ad30f8e7SGabor Kovesdan.Nd generates conversion catalog for
41ad30f8e7SGabor Kovesdan.Xr iconv 3
42ad30f8e7SGabor Kovesdan.Sh SYNOPSIS
43ad30f8e7SGabor Kovesdan.Nm
44ad30f8e7SGabor Kovesdan.Op Fl md
45ad30f8e7SGabor Kovesdan.Fl o
46ad30f8e7SGabor Kovesdan.Ar outfile
47ad30f8e7SGabor Kovesdan.Ar infile
48ad30f8e7SGabor Kovesdan.Sh DESCRIPTION
49ad30f8e7SGabor KovesdanThe
50ad30f8e7SGabor Kovesdan.Nm
51ad30f8e7SGabor Kovesdanutility generates conversion catalog for the
52ad30f8e7SGabor Kovesdan.Xr iconv 3
53ad30f8e7SGabor Kovesdanlibrary.
54ad30f8e7SGabor KovesdanThe generated data includes a list of supported encodings
55ad30f8e7SGabor Kovesdanand their most important characteristics, like the pluggable
56ad30f8e7SGabor Kovesdanmodule to use
57ad30f8e7SGabor Kovesdan.Pp
58ad30f8e7SGabor KovesdanThe following options are available:
59ad30f8e7SGabor Kovesdan.Bl -tag -width 0123
60ad30f8e7SGabor Kovesdan.It Fl d
61ad30f8e7SGabor KovesdanTurns on debug mode.
62ad30f8e7SGabor Kovesdan.It Fl m
63ad30f8e7SGabor KovesdanProcess directory catalog or alias file.
64ad30f8e7SGabor KovesdanIf not specified, the input file is treated as an encoding description.
65ad30f8e7SGabor Kovesdan.It Fl o Ar outfile
66ad30f8e7SGabor KovesdanPut generated binary data to
67ad30f8e7SGabor Kovesdan.Ar outfile .
68ad30f8e7SGabor Kovesdan.El
69ad30f8e7SGabor Kovesdan.Sh EXIT STATUS
70ad30f8e7SGabor Kovesdan.Ex -std mkesdb
71ad30f8e7SGabor Kovesdan.Sh SEE ALSO
72ad30f8e7SGabor Kovesdan.Xr iconv 1 ,
73914f6e62SJoel Dahl.Xr mkcsmapper 1 ,
74914f6e62SJoel Dahl.Xr iconv 3
75ad30f8e7SGabor Kovesdan.Sh HISTORY
76ad30f8e7SGabor Kovesdan.Nm
77ad30f8e7SGabor Kovesdanfirst appeared in
78ad30f8e7SGabor Kovesdan.Nx 2.0 , and made its appearance in
79ad30f8e7SGabor Kovesdan.Fx 9.0 .
80ad30f8e7SGabor Kovesdan.Sh AUTHORS
81ad30f8e7SGabor KovesdanThis manual page was written by
822b7af31cSBaptiste Daroussin.An Gabor Kovesdan Aq Mt gabor@FreeBSD.org .
83