File: codepage.1

package info (click to toggle)
kbd 2.7.1-2%2Bexp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 16,852 kB
  • sloc: ansic: 13,572; javascript: 3,038; sh: 759; pascal: 643; makefile: 578; lex: 525; yacc: 352; perl: 126; python: 96; sed: 6
file content (63 lines) | stat: -rw-r--r-- 832 bytes parent folder | download | duplicates (10)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.TH CODEPAGE 1 "2002-02-19" "kbd"

.SH NAME
codepage \- extract a codepage from an MSDOS codepage file

.SH SYNOPSIS
.B codepage 
[ 
.I \-c 
| 
.I \-l
| 
.I \-L 
|
.I \-a 
| 
.I nnn
] 
.I file.cpi

.SH DESCRIPTION
The
.B codepage
command extracts codepages from an MSDOS codepage file.

.SH OPTIONS
.TP
.I \-c 
Input file is a single codepage

.TP
.I \-L 
Print header info (you don't want to see this).

.TP
.I \-l 
List all codepages contained in the file.

.TP
.I \-a
Extract all codepages from the file

.TP
.I nnn
(3 digits): extract codepage
.I nnn
from the file.

.SH EXAMPLE
To create a file 850.cp, with codepage 850 from a file
ega.cpi, execute:
.LP
.RS
	codepage ega.cpi 850
.RE

.SH AUTHORS
Ahmed M. Naas <ahmed@oea.xs4all.nl>
.br
Andries Brouwer <aeb@cwi.nl>
.br
Manpage by Alastair McKinstry <mckinstry@computer.org>