I have source code with an encoding different then my system's default encoding for non-Unicode application.
For example my machine is default to Windows 1255, but the code I am trying to build is in Windows 1252 encoding.
Is there a way to set the MSbuild encoding to a specific encoding for a specific build?
This is a machine that does multiple build for files in multiple different encodings.