Hi, I am having problem in printlng Japanese character in java.
see the Program,
public class TestJapanese {
public static void main(String a[]){
System.out.println("lÍú{És«Ü·");
}
}
the output comes like ????????? only.
These same problem also in Servlet when i download as CSV file.
Please help me.