> NPO 小記事本: PERL 簡體轉繁體

2009/3/19

PERL 簡體轉繁體

需安裝PERL之後再下戴 Encode::HanConvert




安裝完後,使用內附的 b2g.pl 與 g2b.pl 兩支程式即可做 簡繁轉換的動作

用法如下:

perl g2b.pl -p output_file_name
perl g2b.pl -pu output_file_name

perl b2g.pl -p output_file_name
perl b2g.pl -pu output_file_name

-p switch enables rudimentary phrase-oriented substition via a
small built-in lexicon.
-u switch specifies that both the input and output streams should
be UTF-8 encoded. If not specified, the input stream is assumed to be
in Big5, and the output will be encoded in GBK.

如果需要更多的中文編碼, 可以下載 Encode::HanExtra 模塊. 它目前提供下列編碼方式:

    gb18030     擴充過的國標碼, 包含繁體中文

-------------------------------------------------
參考網頁

沒有留言: