dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[Dotgnu-pnet-commits] CVS: pnetlib/resources/en_US/runtime Format.txt,1


From: Jonathan Springer <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/resources/en_US/runtime Format.txt,1.10,1.11
Date: Wed, 01 Jan 2003 13:13:00 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/resources/en_US/runtime
In directory subversions:/tmp/cvs-serv3152/resources/en_US/runtime

Modified Files:
        Format.txt 
Log Message:


Support for parsing floating-point and decimal numbers.


Index: Format.txt
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/resources/en_US/runtime/Format.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** Format.txt  29 Nov 2002 03:05:26 -0000      1.10
--- Format.txt  1 Jan 2003 18:12:58 -0000       1.11
***************
*** 31,32 ****
--- 31,45 ----
  Format_TypeTypeException=Invalid type for specified format
  Format_StringException=Invalid format specification
+ Format_UnallowedCurrencySymbol=Currency symbol found when not allowed
+ Format_UnallowedDecimalPoint=Decimal point found when not allowed
+ Format_MultipleDecimalSeparators=Multiple decimal points found
+ Format_UnallowedLeadingWhite=Leading whitespace found when not allowed
+ Format_UnallowedTrailingWhite=Trailing whitespace found when not allowed
+ Format_UnbalancedParentheses=Unbalanced parentheses in string
+ Format_ExtraParentheses=More than one pair of parentheses in string
+ Format_UnallowedParentheses=Parentheses in string when not allowed
+ Format_UnallowedLeadingSign=Leading sign found when not allowed
+ Format_UnallowedTrailingSign=Trailing sign found when not allowed
+ Format_TwoSigns=Both leading and trailing signs found
+ Format_HexNotSupported=Hexadecimal notation not supported for decimal or 
floating point
+ Format_ExponentRequiresSign=Exponent notation must include a sign on the 
exponent




reply via email to

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