We just discovered a subtle problem in our build. We are using DotNetNuke and store SQL scripts in files that are executed by the DotNetNuke installer. The problem was that our text was modified, and rendered with bugs, specifically the plus (+) sign was removed from our file, by what turned out to be DotNetNuke functionality to support internationalisation. This tooks us quite some time, so we want to imporve our build to detect this specific issue.
Visual Studio stores files as ANSI by default, we saved the file as UTF, and our build became green again.
My question to FinalBuilder is:
How can I get FinalBuilder to detect the text encoding of a file?