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

ruby スクリプトが euc-jis-2004 決め打ちなのをオプションで utf-8 も可能に #27

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tamo
Copy link

@tamo tamo commented Aug 16, 2024

こうすれば ruby -E utf-8ruby- E euc-jis-2004 でどちらにも対応できます
けど既定で euc-jis-2004 にする方法が分からないです
shebang を ruby -E euc-jis-2004 にすると already set とかエラーが出るみたいですし
どうしても互換性を残したければ、何かラッパーを作るしかないかも?

tamo added 2 commits August 16, 2024 13:58
そもそも euc-jp と euc-jis-2004 はまた別物だし
どうせ他の encoding を使うこともないだろうからシンプルに

辞書の make はある程度確認したけど、他のは未確認
@tamo tamo changed the title ruby スクリプトが euc-jis-2004 決め打ちなのを ruby -E で可変に ruby スクリプトが euc-jis-2004 決め打ちなのをオプションで utf-8 も可能に Aug 16, 2024
@tamo
Copy link
Author

tamo commented Aug 16, 2024

やっぱり互換性を残したいので、UTF-8 のときだけ -8 オプションを付けることに

@tamo
Copy link
Author

tamo commented Aug 16, 2024

https://docs.ruby-lang.org/ja/latest/method/Encoding/s/default_internal=3d.html
等を見ると、 Encoding の default をスクリプト内で変更するのはあまり良くないみたいです

tamo added a commit to tamo/dict that referenced this pull request Aug 16, 2024
skk-dev/skktools#27
から annotation-filter.rb を持ってきて script に置いた
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

Successfully merging this pull request may close these issues.

1 participant