GithubHelp home page GithubHelp logo

jackiexie168 / cconv Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 1.99 MB

cconv(pronunciation: see-conv.) is iconv based simplified-traditional chinese conversion tool. It is NOT only transcoding programm, but also TRANSLATE tools between the Simplified Chinese and Traditional Chinese. We stand on the shoulders of giants, cconv source code is based on iconv a excellent program converts text from one encoding to another encoding.

License: GNU General Public License v2.0

Makefile 1.62% Shell 31.01% C 2.12% C++ 65.24%

cconv's Introduction

=== Introduction ===

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:
All the source files and header files are under LGPL.
The cconv program is under GPL.  

cconv's People

Watchers

James Cloos avatar Jackie avatar

Forkers

errord

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.