Issue 2269: Add text for formatter that the format string will be used for parsing (currency-rtf) Source: (, ) Nature: Revision Severity: Significant Summary: Summary: Add text for formatter that the format string will be used for parsing. Clarify the formatting string and how it is used. This way the parser routine will use: M##,###.00 to help it parse: RUR10,00 This also means the radix character was set to: "," and the grouping symbol was set to: "." Show an example to distinguish between what the pattern gives you and what the actually settings of the characters give you. Resolution: resolved in Currency 2 RTF Revised Text: Resolution: Change text in spec., this was always an assumed behaviour, but needs to be added to spec to make it more clear. Revised Text: In section 2.3.12.4 after the last paragraph add the following paragraph: The MoneyFromatter will use the pattern values, symbol values, and format specification for the given stateIdentifier to parse moneyString. Suppose that the MoneyFormatter is to parse moneyString = "RUR10,00" for a given stateIdentifier. Now suppose that the format specification for this stateIdentifier is "M##,###.00" and that the radix symbol is ",". All of that informathion is necessary to produce a Money object that represents 10 Russian Rubles (with a precision of 2). Actions taken: December 17, 1998: received issue May 4, 2000: closed issue Discussion: End of Annotations:===== Return-Path: Date: Thu, 17 Dec 1998 17:12:13 -0500 From: amy_griffis@cyborg.com To: juergen@omg.org, web-incoming@omg.org Subject: Issue Report Name: Amy Griffis Company: Cyborg Systems Inc. mailFrom: amy_griffis@cyborg.com Notification: No Specification: Currency Section: 2.3.12 Formal #: formal/98-12-06 Version: 1.0 Revision_Date: Page: 2-15 - 2-18 Nature: Revision Severity: Significant full_desc: Add text for formatter that the format string will be used for parsing. Clarify the formatting string and how it is used. This way the parser routine will use: M##,###.00 to help it parse: RUR10,00 This also means the radix character was set to: "," and the grouping symbol was set to: "." Show an example to distinguish between what the pattern gives you and what the actually settings of the characters give you. submit: Submit Issue Report