| Author |
how to show all countries currency symbols
|
zimbu bolleddu
Ranch Hand
Joined: Jan 14, 2008
Posts: 35
|
|
hi all ,
hers is my question :
how to display all countries currency codes :
as of now I'm showing like
but Locale is not supported for all the counties in the world,
webpage
so how to resolve this problem
please give code examples
Thanks & regards,
zimbu
here are listed countries I have to show the currency symbols
http://www.xe.com/iso4217.php
|
 |
Sebastian Janisch
Ranch Hand
Joined: Feb 23, 2009
Posts: 1183
|
|
|
I'm confused ... do you mean currency codes or symbols ?
|
JDBCSupport - An easy to use, light-weight JDBC framework -
|
 |
Ireneusz Kordal
Ranch Hand
Joined: Jun 21, 2008
Posts: 423
|
|
|
|
 |
zimbu bolleddu
Ranch Hand
Joined: Jan 14, 2008
Posts: 35
|
|
Thank you Ireneusz Kordal,
In which java version it will works fine .> ?
and Im using java 6 so it is not supported isEmpty() method , so I modified to equals(""), then it works for me
the resulting is showing is below :
but it is giving me some question marks how to avoid it .> ?
Thank you very much
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32611
|
|
|
Is that a printout from the command line? Which operating system are you using? It worked all right when I tried it on Ubuntu, but the Windows command window may not support all the symbols. Try again with something which support Unicode.
|
 |
zimbu bolleddu
Ranch Hand
Joined: Jan 14, 2008
Posts: 35
|
|
Yeah I tried in windows machine,
I don't have any other machine, but I want it in web application will it work on unix server,
I mean my apps are deployed on Unix machine, but most of the clients use windows machines only
so will it work accordingly .. ?
thanks
zimbu
|
 |
 |
|
|
subject: how to show all countries currency symbols
|
|
|