I would like to ask how can i display Japanese text in Eclipse properly. I work in Japan and the code we have has a lot of Japanese characters. I just notice that for .java and .jsp file, that all the Japanese comments and text are displayed properly as Japanese. However, for other filesm such as js (Javascript) file or inc (include) file that the Japanese charctyer are not displayed properly.
I already checked the settings and the text is set to MS932 encoding. Which I think is the Shift-JIS encoding for Japanese text. Any ideas?