|
Problem with display the character
I am attempting to display the £ sign, character 0163 in Unicode, via System.out.print to the console in windows, however i am greeted by the character ú whenever i try.
I can only deduce that there is some sort of character encoding conflict, but I am fairly new to java and have no idea how to rectify the problem, can anyone shed some light on it?
Thanks
|