I want to use the Japanese in eclipse with Shift-JIS. But I can't do it. Please help me. Thank you
Asked
Active
Viewed 3,679 times
0
-
**Use UTF8**. It will save you so many problems. – SLaks Sep 25 '12 at 03:03
-
Please provide a better explanation of the problem. Where are you in the process? What exactly is the problem? What have you tried so far? More details make it easier for people to provide suggestions. – jcbwlkr Sep 25 '12 at 03:12
3 Answers
2
- Open the eclipse.ini config file in the eclipse home folder
- Add the new parameter -Dfile.encoding=SJIS
- Close and Open the eclipse.

Mục Đồng
- 216
- 1
- 12
0
Consider using UTF-8 as suggested. Not clear what your problem is, but generally: right click the project, select Properties, click Resrouce on the left, and select MS932 (Shift JIS) as the 'Text file encoding'. You need to have a compatible font and a Japanese IME, of course.

Nikolay Elenkov
- 52,576
- 10
- 84
- 84
-
requirements for me , it is used shift-jis and don't use utf-8 .Please help me. – Khiem Khiem Sep 25 '12 at 08:39
-
So what exactly is your problem? Did you set the project encoding to MS932? Can you enter Japanese characters? Do they display incorrectly? On what OS are you trying to do this? You need to provide more information if you want to get any help. – Nikolay Elenkov Sep 25 '12 at 08:44
0
- First of all go to region settings and change country or region to Japan and regional format to Japanese .
- Open the eclipse.ini config file in the eclipse home folder.
- Add the new parameter -Dfile.encoding=SJIS.
- Restart the application(eclipse).

fariz
- 51
- 7