Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

非ユーザー辞書におけるブラケット記号の扱い #183

Closed
fabon-f opened this issue Jul 12, 2024 · 2 comments
Closed

非ユーザー辞書におけるブラケット記号の扱い #183

fabon-f opened this issue Jul 12, 2024 · 2 comments

Comments

@fabon-f
Copy link

fabon-f commented Jul 12, 2024

利用しているSKK辞書に[]を含むエントリが含まれていた場合、その行が正しく読み込めずスキップされてしまいます。

; 例
あれきさんどろす /[Alexandros]/

送りなしエントリの場合は[]をただの記号として扱う(ブロック形式としてパースしない)ことで問題を解決できそうです。
(記号を含むエントリは事実上100%固有名詞、すなわち送りなしエントリなのでこれでOKのはず)

@mtgto
Copy link
Owner

mtgto commented Jul 13, 2024

報告ありがとうございます。
提案通り、 送りなしエントリの場合は[]をただの記号として扱う がよさそうですね。

@mtgto
Copy link
Owner

mtgto commented Jul 14, 2024

0.25.1で修正しました。
https://github.com/mtgto/macSKK/releases/tag/0.25.1

@mtgto mtgto closed this as completed Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants