1 .\" $NetBSD: iconv.1,v 1.1 2003/07/04 06:59:55 tshiozak Exp $
2 .\" $DragonFly: src/usr.bin/iconv/iconv.1,v 1.3 2007/05/17 08:19:02 swildner Exp $
4 .\" Copyright (c)2003 Citrus Project,
5 .\" All rights reserved.
7 .\" Redistribution and use in source and binary forms, with or without
8 .\" modification, are permitted provided that the following conditions
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\" notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\" notice, this list of conditions and the following disclaimer in the
14 .\" documentation and/or other materials provided with the distribution.
16 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 .\" ----------------------------------------------------------------------
34 .Nd codeset conversion utility
35 .\" ----------------------------------------------------------------------
46 .\" ----------------------------------------------------------------------
50 utility converts the codeset of
52 (or from standard input if no file is specified) from codeset
57 converted text on standard output.
59 The following options are available:
62 Prevent output of any invalid characters.
69 codeset when it encounters a character which is valid in the
71 codeset but does not have a corresponding character in the
75 Specifies the source codeset name as
78 Lists available codeset names.
79 Note that not all combinations of
89 .Dq invalid characters
90 to standard error if they exist.
91 This option prevents this behaviour.
93 Specifies the destination codeset name as
96 .\" ----------------------------------------------------------------------
99 .\" ----------------------------------------------------------------------
102 .\" ----------------------------------------------------------------------
107 .\" ----------------------------------------------------------------------