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 33ad30f8e7SGabor Kovesdan.\" http://www.opengroup.org/unix/online.html. 34ad30f8e7SGabor Kovesdan.\" 35ad30f8e7SGabor Kovesdan.\" $FreeBSD$ 36ad30f8e7SGabor Kovesdan.\" 37ad30f8e7SGabor Kovesdan.Dd November 1, 2009 38a6d11f71SRuslan Ermilov.Dt MKESDB 1 39ad30f8e7SGabor Kovesdan.Os 40ad30f8e7SGabor Kovesdan.Sh NAME 41ad30f8e7SGabor Kovesdan.Nm mkesdb 42ad30f8e7SGabor Kovesdan.Nd generates conversion catalog for 43ad30f8e7SGabor Kovesdan.Xr iconv 3 44ad30f8e7SGabor Kovesdan.Sh SYNOPSIS 45ad30f8e7SGabor Kovesdan.Nm 46ad30f8e7SGabor Kovesdan.Op Fl md 47ad30f8e7SGabor Kovesdan.Fl o 48ad30f8e7SGabor Kovesdan.Ar outfile 49ad30f8e7SGabor Kovesdan.Ar infile 50ad30f8e7SGabor Kovesdan.Sh DESCRIPTION 51ad30f8e7SGabor KovesdanThe 52ad30f8e7SGabor Kovesdan.Nm 53ad30f8e7SGabor Kovesdanutility generates conversion catalog for the 54ad30f8e7SGabor Kovesdan.Xr iconv 3 55ad30f8e7SGabor Kovesdanlibrary. 56ad30f8e7SGabor KovesdanThe generated data includes a list of supported encodings 57ad30f8e7SGabor Kovesdanand their most important characteristics, like the pluggable 58ad30f8e7SGabor Kovesdanmodule to use 59ad30f8e7SGabor Kovesdan.Pp 60ad30f8e7SGabor KovesdanThe following options are available: 61ad30f8e7SGabor Kovesdan.Bl -tag -width 0123 62ad30f8e7SGabor Kovesdan.It Fl d 63ad30f8e7SGabor KovesdanTurns on debug mode. 64ad30f8e7SGabor Kovesdan.It Fl m 65ad30f8e7SGabor KovesdanProcess directory catalog or alias file. 66ad30f8e7SGabor KovesdanIf not specified, the input file is treated as an encoding description. 67ad30f8e7SGabor Kovesdan.It Fl o Ar outfile 68ad30f8e7SGabor KovesdanPut generated binary data to 69ad30f8e7SGabor Kovesdan.Ar outfile . 70ad30f8e7SGabor Kovesdan.El 71ad30f8e7SGabor Kovesdan.Sh EXIT STATUS 72ad30f8e7SGabor Kovesdan.Ex -std mkesdb 73ad30f8e7SGabor Kovesdan.Sh SEE ALSO 74ad30f8e7SGabor Kovesdan.Xr iconv 1 , 75*914f6e62SJoel Dahl.Xr mkcsmapper 1 , 76*914f6e62SJoel Dahl.Xr iconv 3 77ad30f8e7SGabor Kovesdan.Sh HISTORY 78ad30f8e7SGabor Kovesdan.Nm 79ad30f8e7SGabor Kovesdanfirst appeared in 80ad30f8e7SGabor Kovesdan.Nx 2.0 , and made its appearance in 81ad30f8e7SGabor Kovesdan.Fx 9.0 . 82ad30f8e7SGabor Kovesdan.Sh AUTHORS 83ad30f8e7SGabor KovesdanThis manual page was written by 842b7af31cSBaptiste Daroussin.An Gabor Kovesdan Aq Mt gabor@FreeBSD.org . 85