File: uuencode.man

package info (click to toggle)
tcltrf 2.1.4-dfsg3-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 9,652 kB
  • ctags: 9,400
  • sloc: ansic: 73,138; sh: 3,155; tcl: 1,343; makefile: 182; exp: 22
file content (25 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[vset    encoding uuencode]
[include encoding/header.inc]

[para]

This encoding transforms every block of three bytes into a block of
four bytes, each of which is printable, i.e. 7bit ASCII. This implies
that the result is valid UTF-8 too.

The command uses essentially the same algorithm as for [cmd base64],
except for a different mapping from 6-bit fragments to printable
bytes.

[include encoding/middle.inc]

[section NOTES]

[list_begin enum]
[enum]
The encoding buffers 2 bytes.
[list_end]

[keywords base64]
[include encoding/footer.inc]