Buganini (author)
Wed May 20 06:28:58 -0700 2009
bsdconv /
README
Table format: from<tab>to in to field, UNICODE is prefixed with 01 -- Compiling & Installation (FreeBSD): make sudo make install -- Run: Convert traditional chinese big5 to simplified chinese utf-8 > bsdconv cp950,ascii,iso-8859-1:chs:utf-8 in.txt out.txt Convert big5 data, traditional chinese to simplified chinese, CRLF/CR/LF to CRLF, to big5 data, translate simplified chinese words which are not in big5 to HTML entities > bsdconv cp950,ascii,iso-8859-1:chs,win:cp950,ascii,iso-8859-1,htmlentity in.txt out.txt

