------------------
code name: Stone Free
*Changes*
* move all dictionaries to zhdc.py
* move command line tool to zhpy_cmd.py
* use implicit imports
* remove -r option, use -c instead
* keyword changes
* "開頭為" instead of "開始字串",
* "开头为" instead of "开始为"
* "结尾为" instead of "结束为"
* "結尾為" instead of "結束字串"
*Features*
* zhpy interpreter, thanks Jiahua Huang
* implement zhpy -> python libraries in pyzh.py
* bi-directional uri variable <-> number function, prototype by Jiahua Huang
* auto detect encodings, now interpreter works on tw/cn windows
* add "-e/--encoding" option to customize the encoding for parsing
* add keyword:
* "執行":"exec", "执行":"exec"
* "布林":"bool", "布尔":"bool"
* "絕對值":"abs", "绝对值":"abs"
* "列舉":"enumerate", "列举":"enumerate"
* "過濾":"filter", "过滤":"filter"
* "打包":"zip"
* "擴展":"extend", "扩展":"extend"
* "插入":"insert", "移除":"remove","排序":"sort"
* "彈出":"pop", "弹出":"pop"
* "列舉":"enumerate", "列举":"enumerate"
* "過濾":"filter", "过滤":"filter"
* "打包":"zip", "打包":"zip", thanks HYRY
* "型別錯誤":"TypeError", "类型错误":"TypeError"
* "下一筆":"next", "下一笔":"next"
* "例外":"Exception"
* "停止迭代":"StopIteration"
* "解碼錯誤":"UnicodeDecodeError","解码错误":"UnicodeDecodeError",
* "導入錯誤":"ImportError","导入错误":"ImportError"
* add zhpy featured keyword
* "主程式":'if __name__=="__main__"', "主程序":'if __name__=="__main__"'
*Fixes*
* keep twdict clean, worddict now real copy from twdict
*Project Updates*
* use .tw.py, .cn.py as another zhpy subname to distinguish the coding
* add chardet dependency
*Contributors*
Fred Lin, HYRY, Jiahua Huang