资 源 简 介
一個可以轉換簡體文字到繁體文字的工具
轉換文字檔編碼到 utf8 (convert text file encoding to utf-8)
自動將簡體字替換為繁體字 (replace Simplified Chinese characters to Traditional Chinese characters automatically.)
使用方法
convert2utf8 使用手冊,適用於 MAC OS X and Linux
把文字檔案從 gbk 編碼轉換為 utf-8 編碼 (並且自動將簡體字替換為繁體字):
user@host $ convert2utf8 the_text_file.txt
把文字檔案從任何編碼轉換到 utf8 編碼 (並且自動將簡體字替換為繁體字):
user@host $ convert2utf8 the_text_file.txt {encoding}
{encoding} 可以對應的編碼列表: http://docs.python.org/library/codecs.html#standard-encodings
當文字檔案轉換完成之後,會產生一個 .bak 的備份檔案。
convert2utf8 usage manual for MAC OS X and Linux
convert text file from gbk encoding to utf8 encoding:
user@host $ convert2utf8 the_text_file.txt
convert text file fr