I am using a Special Character in Java, which is causing an issue when I compile with UTF-8 encoding. How can I deal with this problem? Here is a code snapshot.
language = new SelectOption<String>("default", "Default/d�faut");
Here's one more thing: I also have to figure out how to convert it into Unicode.