Issue 2408: Clarify MoneyFormatter use of the # symbol (currency-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: Clarify how the ‘#’ is used in the money formatter – i.e. if the digit is zero and doesn’t contribute to the value, 0 will not show. Resolution: resolved by Currency 2 RTF Revised Text: Resolution: Add text to spec. to help clarify. Revised Text: Add an additional bullet item to section 2.3.12.1 Default Symbols for Money Format String, page 2-15 '#' is defined as the placeholder for a digit, which when zero(0) will not appear when information is not added. For example, "GBP 012.34" would appear as "GBP 12.34" where # is specified as the placeholder for the zero(0) digit Actions taken: January 11, 1999: received issue May 4, 2000: closed issue Discussion: End of Annotations:===== Issue Title: Clarify MoneyFormatter use of the # symbol Issue Type: Text Revision Issue Description: Clarify how the #