I recently download some C++ source code which is written by Russian. When I open the project in my MSVC(VC2008 Chinese edition), the comments of codes is hard too see. And When I compile the code, it generates many many warnings and errors. such as this case: "error C2001: newline in constant"
TCHAR text[]=_T("卿羼?祛驽?猁螯 忄 疱觌囔?); I think people who use Windows OS Russian edition may not meet this problem. The Problem is, how can I handle foreign languages in this occasion ? I want to display the code and comments rightly in my VC++ IDE, and thus can compile the codes, how to achieve this goal?
I feel sorry that I don't know whether I explained this problem clearly or not, and the title of this problem is properly?