Visual Studio 2005 - strange characters rendered for ANSI text

Posted by Apogee on Stack Overflow See other posts from Stack Overflow or by Apogee
Published on 2011-01-06T13:37:40Z Indexed on 2011/01/06 18:53 UTC
Read the original article Hit count: 176

Hi all,

Has anyone seen this odd text rendering issue in VS2005 before?

image

The first line of using statements actually says "using System;". If I copy the line as it is displayed and paste into notepad, the text appears correctly, so clearly the character codes are correct. In addition, the solution compiles and runs correctly.

I was thinking it might be due to ClearCase using a different character encoding as all the solutions we're using were freshly checked-out yesterday on to a new build machine, but this is only happening in 2 of our ~30 solutions.

Incidentally the same .cs files when opened in VS2008 render correctly on this machine, could this be a corruption in VS2005?

© Stack Overflow or respective owner

Related posts about visual-studio-2005

Related posts about character-encoding