Issue 2384: More clarification on the semantics of string arguements for CurrencyValue (currency-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: Can the wstring argument(s) to setMnemonic(), setName(), setFractionName(), setSymbol(), setFractionSymbol(), or init() be empty strings or strings containing only white space? Acceptable arguments need to be discussed. Resolution: resolved by Currency 2 RTF, closed Revised Text: Resolution: Add text to the spec. clarifying what is acceptable, this will be done only for fields that uniquely identify the currency, other non-unique fields can be assumed to be whatever the user wants to make them. Revised Text: In section 2.3.6.1 in the Unique Identifier Accessors part, after the paragraph add the following text: The mnemonic and name must contain non-white space characters. An FbcException will be thrown if either is set to an empty string or all white space characters (i.e. spaces, tabs or carriage returns). After this paragraph: "The symbol of a currency is the symbol of the base value of a currency. The fractional symbol is the symbol of the fractional part of a currency. These symbols are used by the money formatter to format a money of a particular currency. " Add: The symbol must contain non-white space characters. An FbcException will be thrown if it is set to an empty string or all white space characters (i.e. spaces, tabs or carriage returns). Actions taken: February 2, 1999: received issue May 4, 2000: closed issue Discussion: End of Annotations:===== Return-Path: From: Robert_Mickley@CYBORG.COM X-Lotus-FromDomain: CYBORG@CYBORG_NET To: issues@omg.org cc: Robert_Mickley@CYBORG.COM, Amy_Griffis@CYBORG.COM Date: Mon, 11 Jan 1999 21:28:52 -0700 Subject: Currency RTF Issues Content-Disposition: inline Today is the deadline for comments for the Currency RTF. Below is an itemized list of additions to that list. Issue Title: More clarification on the semantics of string arguements for CurrencyValue Issue Type: Text Revision Issue Description: Can the wstring argument(s) to setMnemonic(), setName(), setFractionName(), setSymbol(), setFractionSymbol(), or init() be empty strings or strings containing only white space? Acceptable arguments need to be discussed.