I have some source files that have comments written in Japanese. When I open these files in Visual Studio they appear like this:
à–¾FNCAP‰¹—p‚̃XƒŒƒbƒh
I am using the English version of WinXP, but is there a way to get Visual Studio to display the actual Japanese characters rather than the random jibberish it currently is?
Presumably VS is interpreting the file with the wrong encoding.
Reopen it using ‘File -> Open -> File… -> Open -> Open With… -> Source Code (Text) Editor With Encoding’ and try various encodings.