Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaoyjy/cconv
A iconv based simplified-traditional chinese conversion tool
https://github.com/xiaoyjy/cconv
Last synced: 32 minutes ago
JSON representation
A iconv based simplified-traditional chinese conversion tool
- Host: GitHub
- URL: https://github.com/xiaoyjy/cconv
- Owner: xiaoyjy
- License: mit
- Created: 2015-12-11T09:25:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T12:24:26.000Z (almost 9 years ago)
- Last Synced: 2024-08-03T23:17:58.127Z (3 months ago)
- Language: C++
- Homepage:
- Size: 1.04 MB
- Stars: 38
- Watchers: 2
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
=== Notice ===
This is the new address of https://code.google.com/p/cconv/cconv-0.6.3 is released and can be downloaded from:
https://github.com/xiaoyjy/cconv/archive/v0.6.3.tar.gz=== 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 outputInformation:
-l, --list list all known coded character setsOutput control:
-o, --output=FILE output file
-?, --help Give this help list
--usage Give a short usage message
-V, --version Print program versionExample:
$ echo "美发现号航天飞机, 上头发奖金;头发应该剪了,后天,皇后" | cconv -f utf-8 -t utf8-tw
美發現號航天飛機, 上頭發獎金;頭髮應該剪了,後天,皇后Copyright:
The cconv program is under MIT.PS:
对不起,几年没有更新过了,主要忙不过来。今天得空修复了一下大家一路下来提交的bugs。
荒废了这么久实在是对不住大家,抱歉抱歉!
不知道是否有兄弟愿意接着开发这个项目,如有意愿的与我联系,我把大家都加进commiter中来。谢谢!