commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] [bugs #11444] Currency formatting lacks support for variabil


From: Andrew John Hughes
Subject: [commit-cp] [bugs #11444] Currency formatting lacks support for variability based on value
Date: Wed, 29 Dec 2004 19:37:19 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Epiphany/1.0.8

This mail is an automated notification from the bugs tracker
 of the project: classpath.

/**************************************************************************/
[bugs #11444] Latest Modifications:

Changes by: 
                Andrew John Hughes <address@hidden>
'Date: 
                Thu 12/30/2004 at 00:11 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
              Status | Open                      | Closed







/**************************************************************************/
[bugs #11444] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11444>
Project: classpath
Submitted by: Andrew John Hughes
On: Wed 12/29/2004 at 21:33

Category:  classpath
Severity:  1 - None
Resolution:  Fixed
Privacy:  Public
Assigned to:  gnu_andrew
Status:  Closed
Platform Version:  None


Summary:  Currency formatting lacks support for variability based on value

Original Submission:  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.

Follow-up Comments
------------------


-------------------------------------------------------
Date: Thu 12/30/2004 at 00:09       By: Andrew John Hughes <gnu_andrew>
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. 












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11444>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

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