Hi I did use the
to get pound currency but gave funy character what is worng? please helpCode:NumberFormat currency = NumberFormat.getCurrencyInstance(Locale.UK);
Printable View
Hi I did use the
to get pound currency but gave funy character what is worng? please helpCode:NumberFormat currency = NumberFormat.getCurrencyInstance(Locale.UK);
Try:And don't start a new thread when you can you're still in the same topic. Just so you don't distract people :)Code:System.out.print(Currency.getInstance(Locale.getDefault()).getSymbol());