Hi, I have a Java application that reads data from the console and prints it.
If I enter a Unicode string in the Console, for example \ u06F1, it will print \ u06F1 instead of "?".
What change should I make to the code to display the character as "?".
thank
source
share