Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem in printing Japanese Characters

843842Sep 29 2008 — edited Oct 13 2008
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 10 2008
Added on Sep 29 2008
9 comments
640 views