I've got a file, on which I'm doing some Regex. The file uses ASCII character 218, which is visible in notepad. When I copy the character into my VS2010, it doesn't appear! But it will still cause a compile error if I paste it in the wrong place, and when I run the program, it still appears in the search string when I mouse over it. The regex works correctly.
The problem is of course that you can't see it in the code! How do I fix this, and what is causing it?