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
Problem: Compiler launched from command line cannot process the source file because of international characters that I’ve just added.
Solution: Save source file explicitly in UTF-8 encoding to preserve international characters.
How To:
You’re set. Commit to please the build server and rest of the team waiting for green.