While printing certain unicode characters in java we get output as \'?\'. Why is it so and is there any way to print these characters?
This is my code
Here's a great article, written by Joel Spolsky, on the topic. It won't directly help you solve your problem, but it will help you understand what's going on. It'll also show you how involved the situation really is.