Skip to content

Commit

Permalink
Fix 免佣.
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Jun 6, 2024
1 parent 2c14a42 commit da339dd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions addition-dictionary/STCharacters.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
厘 厘
佣 佣
2 changes: 2 additions & 0 deletions dictionary/HKPhrasesFinance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,5 @@
開户 開戶
開户 開戶
户 戶
開户 開戶
户 戶
2 changes: 2 additions & 0 deletions dictionary/STCharacters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@
峤 嶠
峥 崢
峦 巒
峰 峯
崂 嶗
崃 崍
崄 嶮
Expand Down Expand Up @@ -3978,3 +3979,4 @@
𰾭 鑀
𱊜 𪈼
厘 厘
佣 佣
2 changes: 2 additions & 0 deletions opencc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func TestConvert_s2hk_finance(t *testing.T) {
"套利交易": "對沖",
"下周开始公开配售": "下週開始公開招股",
"户": "戶",
"免佣": "免佣",
}

s2hk, err := New("s2hk-finance")
Expand All @@ -73,6 +74,7 @@ func TestSelfSpecialHotfix(t *testing.T) {
cases := map[string]string{
"来自于汇丰,以及汇丰银行,汇入的款项": "來自於滙豐,以及滙豐銀行,匯入的款項",
"汇业银行集团": "滙業銀行集團",
"免佣": "免佣",
}

assertCases(t, cc, cases)
Expand Down

0 comments on commit da339dd

Please sign in to comment.