File: hex.man

package info (click to toggle)
tcltrf 2.1.4-dfsg3-8
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,656 kB
  • sloc: ansic: 73,139; sh: 3,155; tcl: 1,343; makefile: 182; exp: 22
file content (21 lines) | stat: -rw-r--r-- 341 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
[vset    encoding hex]
[include encoding/header.inc]

[para]

This encoding transforms every byte in the input into a sequence of 2
characters containing the hexadecimal representation of the byte.

For example

[para]
[example {
	% hex -mode encode Z
	5A
}]

[include encoding/middle.inc]

[keywords bin oct]
[include encoding/footer.inc]