why '?' appears as output while Printing unicode characters in java

后端 未结 5 1915
不思量自难忘°
不思量自难忘° 2020-12-21 08:47

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



        
5条回答
  •  暖寄归人
    2020-12-21 09:01

    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.

提交回复
热议问题