im running windows, i've configured my PC's location. Anyone know how i can get myself a pound sign please ? This script produces a u with an accentCode:double value = 5.43; Locale defaultLocale = Locale.getDefault(); NumberFormat nf = NumberFormat.getCurrencyInstance(defaultLocale); String formattedValue = nf.format(value); System.out.println(formattedValue);


Reply With Quote


Bookmarks