-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ver1.0.4
- Loading branch information
丁丁
authored and
丁丁
committed
Jul 18, 2018
1 parent
3888f63
commit 9a44412
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# EpubConv_Python Epub簡轉繁 | ||
[![GitHub release](https://img.shields.io/github/release/Kutinging/EpubConv_Python.svg?style=plastic)](https://github.com/Kutinging/EpubConv_Python/releases) | ||
|
||
Used python convert epub file from Simplified Chinese to Traditional Chinese on windows | ||
使用 Python 撰寫,轉換epub檔案從簡體中文到繁體中文 | ||
# Download 下載 | ||
https://github.com/Kutinging/EpubConv_Python/releases | ||
# Usage 使用 | ||
直接將 epub 檔案拖曳至 epubconv.exe 上即可立即翻譯 epub 檔案 | ||
# Update history 更新歷史 | ||
* 1.0.4 | ||
* Fix epub file path has chinese will crash | ||
* Change convert program | ||
* 1.0.3.1 | ||
* Fix 才 will convert to 纔,now will all convert to 才 | ||
* 1.0.3 | ||
* Simplified Chinese file name will convert failed. | ||
* Fix vcruntime140.dll error in windows 10 1803 version.(Cancel use upx.) | ||
* 1.0.2 | ||
Fix bug | ||
* Chinese file name can't convert. | ||
* file name has blank will return error. | ||
* 1.0.1 | ||
First version release. | ||
|
||
# Known Bugs目前已知問題 | ||
* 如epub路徑有非英文會造成程式無法辨識路徑造成錯誤(如有建議解法還請大大提供m(_ _)m) | ||
|
||
# Third Party Library 第三方庫 | ||
[OpenCC](https://github.com/BYVoid/OpenCC) by BYVoid | ||
[OpenCC-Python](https://github.com/yichen0831/opencc-python) by yichen0831 |