70
|
1 .TH COCO 1 "1994 Dec 15"
|
|
2 .UC 4
|
|
3 .SH NAME
|
|
4 coco -- code converter for any of Mule's code
|
|
5 .SH SYNOPSIS
|
|
6 .B coco
|
|
7 [
|
|
8 .I -hlvq
|
|
9 ] [[
|
|
10 .I INCODE
|
|
11 ]
|
|
12 .I OUTCODE
|
|
13 ] <
|
|
14 .I infile
|
|
15 >
|
|
16 .I outtile
|
|
17 .br
|
|
18 .SH DESCRIPTION
|
|
19 .I coco
|
|
20 runs as a filter for code conversion among any coding-systems
|
|
21 which Mule can handle.
|
|
22 .PP
|
|
23 .SH OPTIONS
|
|
24 .TP
|
|
25 .BI \-h
|
|
26 Print help message.
|
|
27 .TP
|
|
28 .BI \-l
|
|
29 List all valid INCODE and OUTCODE.
|
|
30 .TP
|
|
31 .BI \-v
|
|
32 Print verbose information about conversion.
|
|
33 .TP
|
|
34 .BI \-q
|
|
35 Just investigate a coding-system of
|
|
36 .I infile
|
|
37 .TP
|
|
38 .BI INCODE
|
|
39 Indicate coding-system of
|
|
40 .I infile,
|
|
41 defaults to *autoconv*, which means coding-system of
|
|
42 .I infile
|
|
43 is detected automatically.
|
|
44 .TP
|
|
45 .BI OUTCODE
|
|
46 Indicate coding-system of
|
|
47 .I outfile,
|
|
48 defaults to *internal*.
|
|
49 .PP
|
|
50 .SH MISC
|
|
51 .I coco
|
|
52 uses two data files, CHARSETS and CODINGS. These are
|
|
53 created while installing
|
|
54 .I mule.
|
|
55 So, priority of coding-systems handled by
|
|
56 .I coco
|
|
57 is the same as what handled by
|
|
58 .I mule.
|
|
59 .PP
|
|
60 .SH FILES
|
|
61 /usr/local/lib/emacs/$VERSION/etc/CHARSETS - A file which contains
|
|
62 information of character sets and fonts.
|
|
63
|
|
64 /usr/local/lib/emacs/$VERSION/etc/CODINGS - A file which
|
|
65 contains information of coding-systems and priorities.
|
|
66
|
|
67 .PP
|
|
68 .SH SEE ALSO
|
|
69 mule(1)
|
|
70 .SH AUTHORS
|
|
71 .PP
|
|
72 This program was written by Ken'ichi HANDA of
|
|
73 Electrotechnical Laboratory, JAPAN.
|