I have multiple problems with Intellij 12 on my Mac.
If I create a project with in a directroy containg norwegian characters, the IDE is not able to find the project directory and will not even start the compile process
If I have a Java Class with an international character, the compiler throws this out
13.app/lib/idea_rt.jar" com.intellij.rt.execution.application.AppMain Fårekjøtt Exception in thread "main" java.lang.ClassNotFoundException: F��rekj��tt at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:188) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:113)
Process finished with exit code 1
What is the correct way to go about fixing this?