1 .\" $NetBSD: vis.1,v 1.13 2004/04/22 06:53:43 lukem Exp $
3 .\" Copyright (c) 1989, 1991, 1993, 1994
4 .\" The Regents of the University of California. All rights reserved.
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\" notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\" notice, this list of conditions and the following disclaimer in the
13 .\" documentation and/or other materials provided with the distribution.
14 .\" 3. Neither the name of the University nor the names of its contributors
15 .\" may be used to endorse or promote products derived from this software
16 .\" without specific prior written permission.
18 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
19 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" @(#)vis.1 8.4 (Berkeley) 4/19/94
37 .Nd display non-printable characters in a visual format
46 is a filter for converting non-printable characters
47 into a visual representation.
51 the form is unique and invertible.
52 By default, all non-graphic
53 characters except space, tab, and newline are encoded.
54 A detailed description of the
55 various visual formats is given in
58 The options are as follows:
61 Turns off prepending of backslash before up-arrow control sequences
62 and meta characters, and disables the doubling of backslashes.
64 produces output which is neither invertible or precise, but does
65 represent a minimum of change to the input.
70 Request a format which displays a small subset of the
71 non-printable characters using C-style backslash sequences.
74 Also encode characters in
81 to fold output lines to foldwidth columns (default 80), like
84 that a hidden newline sequence is used, (which is removed
85 when inverting the file back to its original form with
87 If the last character in the encoded file does not end in a newline,
88 a hidden newline sequence is appended to the output.
90 the output usable with various editors and other utilities which
91 typically don't work with partial lines.
96 Encode using the URI encoding from RFC 1808.
99 Mark newlines with the visible sequence
101 followed by the newline.
103 Encode using the MIME Quoted-Printable encoding from RFC 2045.
106 Turns off any encoding, except for the fact that backslashes are
107 still doubled and hidden newline sequences inserted if
112 When combined with the
117 an invertible version of the
120 That is, the output can be unfolded by running the output through
123 Request a format which displays non-printable characters as
124 an octal number, \eddd.
127 Only characters considered unsafe to send to a terminal are encoded.
128 This flag allows backspace, bell, and carriage return in addition
129 to the default space, tab and newline.
132 Tabs are also encoded.
135 White space (space-tab-newline) is also encoded.