- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 17 May 2005 13:58:34 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1343
Norman.Walsh@Sun.COM changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From Norman.Walsh@Sun.COM 2005-05-17 13:58 -------
Examples, the data type "monetaryAmount"
The monetaryAmount type works well for some currencies (USD, EUR,...), but does
not work for others (Yen,...). Please generalize. The number of fractional
digits needed currently is 0, 2, or 3. So instead of "/d+/./d{2}" please write
s.t. like "/d+/./d{2-3}?"
Based on Martin's review, comment [36]
Received on Tuesday, 17 May 2005 18:09:34 UTC