1 <?xml version=
"1.0" encoding=
"utf-8"?>
5 Copyright 2006 Lars Wirzenius (liw@iki.fi)
7 This program is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published by the
9 Free Software Foundation; either version 2 of the License, or (at your
10 option) any later version.
12 This program is distributed in the hope that it will be useful, but
13 WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
15 Public License for more details.
17 You should have received a copy of the GNU General Public License along
18 with this program; if not, write to the Free Software Foundation, Inc.,
19 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 <!DOCTYPE refentry PUBLIC
"-//OASIS//DTD DocBook V4.4//EN"
24 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
30 <email>liw@iki.fi
</email>
33 <firstname>Lars
</firstname>
34 <surname>Wirzenius
</surname>
36 <date>2006-
02-
19</date>
40 <refentrytitle>isutf8
</refentrytitle>
41 <manvolnum>1</manvolnum>
42 <refmiscinfo class=
"manual">moreutils
</refmiscinfo>
43 <refmiscinfo class=
"source">moreutils
</refmiscinfo>
47 <refname>isutf8
</refname>
48 <refpurpose>check whether files are valid UTF-
8</refpurpose>
53 <command>isutf8
</command>
54 <arg><option>-hq
</option></arg>
55 <arg><option>--help
</option></arg>
56 <arg><option>--quiet
</option></arg>
58 <arg rep=
"repeat"><replaceable>file
</replaceable></arg>
64 <title>DESCRIPTION
</title>
66 <para><command>isutf8
</command> checks whether files are
67 syntactically valid UTF-
8. Input is either files named on the
68 command line, or the standard input. Notices about files with
69 invalid UTF-
8 are printed to standard output.
</para>
74 <title>OPTIONS
</title>
79 <term><option>-h
</option></term>
80 <term><option>--help
</option></term>
82 <para>Print out a help summary.
</para>
87 <term><option>-q
</option></term>
88 <term><option>--quiet
</option></term>
90 <para>Don't print messages telling which files are
91 invalid UTF-
8, merely indicate it with the exit
101 <title>EXIT STATUS
</title>
103 <para>If the file is valid UTF-
8, the exit status is zero.
104 If the file is not valid UTF-
8, or there is some
105 error, the exit status is non-zero.
</para>
110 <title>AUTHOR
</title>
118 <title>SEE ALSO
</title>
122 <refentrytitle>utf8
</refentrytitle><manvolnum>7</manvolnum>