Lines Matching +full:encode +full:- +full:only
37 .Nd display non-printable characters in a visual format
46 is a filter for converting non-printable characters
49 .Ql cat -v
52 By default, all non-graphic
59 .Bl -tag -width Ds
61 Turns off prepending of backslash before up-arrow control sequences
67 .Dq Li cat -v .
71 non-printable characters using C-style backslash sequences.
74 Also encode characters in
96 Encode using the URI encoding from RFC 1808.
103 Encode all shell meta characters (implies
109 Encode using the MIME Quoted-Printable encoding from RFC 2045.
136 Request a format which displays non-printable characters as
140 Encode shell meta-characters that are non-white space or glob.
143 Only characters considered unsafe to send to a terminal are encoded.
151 White space (space-tab-newline) is also encoded.
162 When 8-bit data is present in the input,
166 character recognition may fail and encoding will be performed byte-by-byte
169 .Bl -tag -width ".Ev LC_CTYPE"
176 .Bd -literal -offset indent
177 $ echo -e "\\x10\\n\\t" | vis -w -t
182 .Bd -literal -offset indent
183 $ echo -e "\\x10\\n\\t" | vis -w -t -l
189 .Bd -literal -offset indent
190 $ echo http://www.freebsd.org | vis -h