I have this code in java 1.6:
System.out.println("\u00b2");
but on bash on OSX10.6 I get question marks and not the unicode characters...
actually I want to print the characters 176,177,178 on the extended ascii code (look here http://www.asciitable.com/) to create some art on the bash terminal..
any idea?
thanks