I have several Java files that have Japanese strings in them and are encoded in UTF-8. I am using Eclipse. However, when Eclipse touches them in any automatic way, it turns the Japanese into garbage. A good example of this is JAWJAW , the Java WordNet Java interface. You can see the code on the website with Japanese characters. If you upload a project to Eclipse, everything will fail because the characters are distorted (bakemoji).
Does anyone know how to fix this?
source
share