summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man1/codepage.1
blob: 4133d14d65154adb9cc20f7b6af2161c9cfd606f (plain)
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>