- #1
- 86
- 0
Hi, I am programming a command line program in Java. When I try to use System.out.print to print a single quote character, it outputs æ instead. So I get output like
Johnæs height is 1.72 m
instead of John's height is 1.72m
I tried using escape sequence and i get illegal escape character error.
Previously it was working fine but I don't know what happened. Please help, thanks!
Johnæs height is 1.72 m
instead of John's height is 1.72m
I tried using escape sequence and i get illegal escape character error.
Previously it was working fine but I don't know what happened. Please help, thanks!