I have seen the following warning recently through my VS2010.
Warning 21 warning C4819: The file contains a character that cannot be represented in the current code pag
You can use the regex shown above in Visual Studio to locate those characters. Here is the Regex: [^\x00-\x7F]
[^\x00-\x7F]