インストーラー同梱用のキーワードファイルをUTF-8テキストに変換する #1022
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR の目的
.gitattributes
にtext
扱いとする拡張子を追加して、インストーラー同梱用のキーワードファイルを登録しなおします。
現在バイナリ扱いで登録されているキーワードファイルを、テキストと認識できるように設定します。
同時に、キーワードファイルをテキストとして扱う上で問題が起きないように、文字コードをUTF-8BOM付きに変換します。
カテゴリ
PR の背景
これは #133 の残件対応です。
<経緯>
以下、関係ありそうな議論抜粋。
#133 (comment)
#133 (comment)
#133 では
keyword
フォルダ以外のファイルについても話していますが、この PR では
keyword
フォルダ配下のファイルを正しく扱えるように変更を行います。PR のメリット
PR のデメリット (トレードオフとかあれば)
autoCRLF = true
であることを周知すべきです。デメリットに色々と書きましたが、「実害はない」と思っています。
PR の影響範囲
関連チケット
#133 sinst_src.zip を展開して登録する
#141 keyword以下のファイルの整理
参考情報