Convert between simplified and traditional Chinese characters
Iconv based simplified-traditional Chinese conversion tool
cconv$ cconv -f UTF-8 -t UTF-8 -s2t input.txt > output.txt$ echo '繁體中文' | cconv -f UTF-8 -t UTF-8 -t2s$ cconv -f GB2312 -t UTF-8 -s2t file.txt