Thread: £ sign in java
View Single Post
Old 01-11-2001, 03:22 PM   #1
Bull
Member (3 bit)
 
Join Date: Dec 2000
Posts: 4
Does any one know how to display the '£' sign in java, so far i,ve tried:
String p = "£"
\u0186 the unicode char but no luck, i,m trying to print the sign in front of a value.

System.out.println("£" + value):
Regards
Bull
@(--)@
Bull is offline   Reply With Quote