how to change source file encoding in csharp project (visual studio / msbuild machine)?

前端 未结 3 566
深忆病人
深忆病人 2020-11-30 05:33

Is there a way to force VS to use Unicode always, instead of weird ISO-something?

I\'m working on a winapp csproject using Visual Studio 2008 on Vista (Polish locale

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-30 05:44

    I've had the same problems with VS2015 vb.net project and solved it by adding 1250 marker to your vbproj/csproj file. I did it after marker, rebuilt the project and it worked for me. I've had trouble with polish letters such as ż,ą etc. You can also try the UTF-8 - 65001 but I didn't check if it works.

提交回复
热议问题