darkdh / cconv

Automatically exported from code.google.com/p/cconv
GNU General Public License v2.0
0 stars 0 forks source link

manpages #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
.\"     Title: cconv
.\"    Author: 
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
.\"      Date: 05/12/2009
.\"    Manual: 
.\"    Source: 
.\"
.TH "CCONV" "1" "05/12/2009" "" ""
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.SH "NAME"
cconv \- A iconv based simplified-traditional chinese conversion tool
.SH "SYNOPSIS"
cconv \-f encoding [\-t encoding] [inputfile]\&...
.sp
.SH "DESCRIPTION"
Convert encoding of given files from one encoding to another\&.
.sp
\fB\-f, \-\-from\-code\fR =NAME encoding of original text
.sp
\fB\-t, \-\-to\-code\fR =NAME encoding for output
.sp
\fB\-l, \-\-list\fR list all known coded character sets
.sp
\fB\-o, \-\-output\fR =FILE output file
.sp
\fB\-?, \-\-help\fR Give this help list
.sp
\fB\-\-usage\fR Give a short usage message
.sp
\fB\-V, \-\-version\fR Print program versio
.sp
.SH "EXAMPLE"
.sp
.RS 4
.nf
$ echo "内存, 
海内存知已,后天,皇后" | cconv \-f 
utf\-8 \-t
utf8\-tw
記憶體, 
海內存知已,後天,皇后
.fi
.RE
.SH "AUTHOR"
cconv was written by 杨建禹 <httpqueue@sina\&.com\&.cn>
.sp
.SH "RESOURCES"
Main web site: http://cconv\&.googlecode\&.com
.sp
.SH "COPYING"
Free use of this software is granted under the terms of the GNU General
Public License (GPL)\&.
.sp
.SH "NOTES"
.IP " 1." 4
httpqueue@sina.com.cn
.RS 4
\%mailto:httpqueue@sina.com.cn
.RE

Original issue reported on code.google.com by s5u...@gmail.com on 12 May 2009 at 5:33

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by xiao...@gmail.com on 23 Feb 2010 at 3:54