Give me a some progeram regarding unicode.... I want a progeam that can print Urdu Characters or in other language.
Cindy Glass
"The Hood"
Sheriff
Joined: Sep 29, 2000
Posts: 8521
posted
0
class Test{ public static void main(String args[]){ String greekStuff = new String("\u03a9\u03c0\u03d5"); System.out.println(greekStuff); } Of course this supposes that your PC has the proper fonts loaded up. My PC does not have the Greek font so it prints ???. I guess I could change my font.properites file but. . . . [This message has been edited by Cindy Glass (edited May 03, 2001).]
"JavaRanch, where the deer and the Certified play" - David O'Meara