cconv

Convert between simplified and traditional Chinese characters

brewmacoslinux
Try with needOr install directly
Source

About

Iconv based simplified-traditional Chinese conversion tool

Commands

cconv

Examples

Convert simplified Chinese to traditional Chinese from a file$ cconv -f UTF-8 -t UTF-8 -s2t input.txt > output.txt
Convert traditional Chinese to simplified Chinese from stdin$ echo '繁體中文' | cconv -f UTF-8 -t UTF-8 -t2s
Convert text with encoding specification$ cconv -f GB2312 -t UTF-8 -s2t file.txt