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 is printing \u06F1 instead of "?".
What change should I make in the code to display the character as "?".
Thanks