remove all occurences of ’ (`2019`) and ”(`201D`)

This commit is contained in:
Andley Chang 2022-06-09 06:59:17 +08:00
parent 979e457ec6
commit 3b626b04ef
3 changed files with 419 additions and 418 deletions

832
OGNTa.txt

File diff suppressed because it is too large Load Diff

View File

@ -364,7 +364,8 @@ For example :
| 126387 | 1Jo 4:2 | V-PAI-2P | V-PAI⁞PAM-2P |
### 3.7) glosses modification
- remove all occurences of (`2019`) and ”(`201D`)
### 3.7) text additions (not implemented yet, to-be-decided)

View File

@ -40,7 +40,7 @@ for ol in Lines:
if x[0] == "090276": f.write("\n<rt>羅16:24</rt> <rt>城內管銀庫的以拉都,和兄弟括土問你們安。</rt>")
if x[0] == "101636": f.write("\n<rt>林後13:14</rt> <rt>願主耶穌基督的恩惠、神的慈愛、聖靈的感動,常與你們眾人同在!</rt>")
# -------------- insert section break
# TW3 clipboard monitor does not support </br>, use </br> instead 😂
# TW3 clipboard monitor does not support <br>, use </br> instead 😂
if (re.match("¬.*",x[2])): f.write("</br>")
if (re.match("<strong>¬.*",x[2])): f.write("</br>")
if (re.match("<em>¬.*",x[2])): f.write("</br>")