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

Vsプロジェクトファイルの文字コードはsjis? #23

Closed
berryzplus opened this issue May 31, 2018 · 4 comments
Closed

Vsプロジェクトファイルの文字コードはsjis? #23

berryzplus opened this issue May 31, 2018 · 4 comments
Milestone

Comments

@berryzplus
Copy link
Contributor

berryzplus commented May 31, 2018

ファイル内で文字コードを指定できるのに標準と変えてあるように思っています。

Sjisでないとマズい理由があるんでしたっけ?

あとでもう少し詳しく書きますm(._.)m

@kobake
Copy link
Member

kobake commented Jun 1, 2018

たぶんですけど VS2017 版のプロジェクトファイルはぜんぶ UTF-8 になっているはず、、です(自動変換でそうなっているはず)。

漏れあったら教えてください。

@berryzplus
Copy link
Contributor Author

今見たら_vs2017.vcxprojはutf8になっていました。

slnについては以下の通りです。
sakura_vc2003.sln shiftjis(utf-8のbomなしと思われる)
sakura_vc2005.sln utf8BOMあり
sakura_vs2017.sln shiftjis

改めてみたらslnはxmlファイルじゃないですね。

@kobake
Copy link
Member

kobake commented Jun 1, 2018

ご確認ありがとうございます。
sakura_vs2017.sln もおそらくですけど BOM 無しの utf-8 な気がします(?)
旧形式のプロジェクトは #31 で削除対応しちゃってます。

@berryzplus
Copy link
Contributor Author

了解しました。

@m-tmatma m-tmatma added this to the v2.4.0 milestone Apr 28, 2019
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

3 participants