希望能增加「灋」字和「䘙」字的收錄,以及建議增加「替換優先字」的功能 #1199
newnamegaming
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
|
用OpenCC就行了,可以用txt做其配置檔 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
因爲「灋」是「法」的古字,「䘙」是「衛」的古字。
替換優先字的實現方法是:
採用另建csv格式檔案儲存,但是csv檔案名要爲對應的輸入法名稱,逗號左邊爲被替換位置的字,逗號右邊爲替換上去的字,即:
A,BA爲原本的優先字,B爲原本的非優先字,該行內容收錄進去後,變成B爲優先字,A爲非優先字
如果A和B在對應輸入法中不是共同的碼位,則這一行會被ignore掉。
Beta Was this translation helpful? Give feedback.
All reactions