NewTongWenTang is a famous add-on on firefox and chrome used to convert between traditional chinese and simplified chinese. I ported it to python and now it can run in notepad++, thanks for python script plugin.
The main scripts are:
Convert All Opened Documents to Simplified Chinese.py
Convert All Opened Documents to Traditional Chinese.py
Convert Documents to Simplified Chinese.py
Convert Documents to Traditional Chinese.py
Convert Selection to Simplified Chinese.py
Convert Selection to Traditional Chinese.py
Note1: Can not convert ansi file. Encode it to Big5 or GB2312 before converting.
Note2: Only tested in notepad++ v5.7 unicode version with Python Script 0.7.0.0.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
NewTongWenTang is a famous add-on on firefox and chrome used to convert between traditional chinese and simplified chinese. I ported it to python and now it can run in notepad++, thanks for python script plugin.
The main scripts are:
Convert All Opened Documents to Simplified Chinese.py
Convert All Opened Documents to Traditional Chinese.py
Convert Documents to Simplified Chinese.py
Convert Documents to Traditional Chinese.py
Convert Selection to Simplified Chinese.py
Convert Selection to Traditional Chinese.py
You can download these scripts at http://code.google.com/p/tongwen-python/.
Note1: Can not convert ansi file. Encode it to Big5 or GB2312 before converting.
Note2: Only tested in notepad++ v5.7 unicode version with Python Script 0.7.0.0.