bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/22825] Currency formatting lacks support for variability


From: gcc-bugzilla at gcc dot gnu dot org
Subject: [Bug classpath/22825] Currency formatting lacks support for variability based on value
Date: 16 Oct 2005 01:27:22 -0000

Some currencies (e.g. the Indian rupee) use a different currency symbol
depending on the value being formatted.  At present, this can not be
implemented, as there is no support in the design of the formatting classes
(specifically java.text.DecimalFormat) for handling this.  The currency symbol
is added during interpretation of the pattern, rather than when the number is
formatted.


------- Comment #1 from from-classpath at savannah dot gnu dot org  2004-12-30 
00:09 -------
Varying currencies are now (well, in a current patch) represented in the format
used by CLDR (e.g. Indian rupees) with substitution postponed to format-time. 
Re-open if any problems result from this change. 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22825





reply via email to

[Prev in Thread] Current Thread [Next in Thread]