File: README

package info (click to toggle)
cconv 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,868 kB
  • sloc: cpp: 13,691; sh: 6,851; ansic: 774; makefile: 23
file content (37 lines) | stat: -rw-r--r-- 1,194 bytes parent folder | download
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
=== Introduction ===
This is the new address of https://code.google.com/p/cconv/

A iconv based simplified-traditional chinese conversion tool
iconv is a open source international text conversion tool, if you do not know iconv, go to http://www.gnu.org/software/libiconv/#introduction to learn more.
As usual for GNU packages:

$ ./configure --prefix=/usr
$ make
$ make install


=== Details ===

Base usage:
Usage: iconv [OPTION...] [FILE]
Convert encoding of given files from one encoding to another.

 Input/Output format specification:
  -f, --from-code=NAME       encoding of original text
  -t, --to-code=NAME         encoding for output

 Information:
  -l, --list                 list all known coded character sets

 Output control:
  -o, --output=FILE          output file
  -?, --help                 Give this help list
      --usage                Give a short usage message
  -V, --version              Print program version

Example:
$ echo "美发现号航天飞机, 上头发奖金;头发应该剪了,后天,皇后" | cconv -f utf-8 -t utf8-tw
美發現號航天飛機, 上頭發獎金;頭髮應該剪了,後天,皇后

Copyright:
The cconv program is under MIT.