Hello,
My project has source files saved in Unicode with a byte-order mark. When I attempt to build, I get over a thousand errors. I believe it has to with the compiler not recognizing Unicode.
How can I build the project without changing the encoding? I would prefer not to change the encoding of the source files because I work with a multilingual team of developers and we like to put comments in different languages (English, traditional Chinese, and simplified Chinese).





