-
Notifications
You must be signed in to change notification settings - Fork 165
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
window 配下のファイルを UTF-8 (BOM付) に変更 #284
Conversation
|
お疲れ様です。
www すみません、ちょっとウケたので反応してみました。 |
cd sakura_core/window nkf --overwrite --oc=UTF-8-BOM *.cpp nkf --overwrite --oc=UTF-8-BOM *.h
#290 を適用するため rebase しました |
CDlgAbout.asm 以外のファイルが以下のビルドで一致しているのを確認しました。 |
window 配下のファイルを UTF-8 (BOM付) に変更
該当フォルダ内の文字コードをすべて UTF-8 (BOM付) に変換しました。
確認方法
WinMerge で変更前と変更後を比較すると、文字コード以外の変更が無いことが確認できます。
関連 Issues
ソースコードのUnicode化 #112
特記事項
これまでの経緯から、マルチバイトを含む文字列リテラルについてもファイルのエンコーディングを変更したところで悪影響が起こらないように感じています。
今回の変更ではマルチバイトを含む文字列リテラルを含むファイルも含めてファイルエンコーディングの変更を行っています。
主に動作影響について対応前後で挙動に変化がないことのご確認をいただけると助かります。