You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2007/12/20 09:05:48 UTC

svn commit: r605828 - in /xerces/c/trunk/src/xercesc: dom/DOMLSSerializer.hpp util/XMLAbstractDoubleFloat.hpp validators/datatype/AbstractStringValidator.cpp validators/datatype/DecimalDatatypeValidator.cpp

Author: amassari
Date: Thu Dec 20 00:05:47 2007
New Revision: 605828

URL: http://svn.apache.org/viewvc?rev=605828&view=rev
Log:
Removed spurious non-ASCII characters from comment

Modified:
    xerces/c/trunk/src/xercesc/dom/DOMLSSerializer.hpp
    xerces/c/trunk/src/xercesc/util/XMLAbstractDoubleFloat.hpp
    xerces/c/trunk/src/xercesc/validators/datatype/AbstractStringValidator.cpp
    xerces/c/trunk/src/xercesc/validators/datatype/DecimalDatatypeValidator.cpp

Modified: xerces/c/trunk/src/xercesc/dom/DOMLSSerializer.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/dom/DOMLSSerializer.hpp?rev=605828&r1=605827&r2=605828&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/dom/DOMLSSerializer.hpp (original)
+++ xerces/c/trunk/src/xercesc/dom/DOMLSSerializer.hpp Thu Dec 20 00:05:47 2007
@@ -76,7 +76,7 @@
  * <p> Within markup, but outside of attributes, any occurrence of a character
  * that cannot be represented in the output character encoding is reported
  * as an error. An example would be serializing the element
- * &lt;LaCa�ada/&gt; with the encoding="us-ascii".
+ * &lt;LaCa&#xF1;ada/&gt; with the encoding="us-ascii".
  * <p> When requested by setting the <code>normalize-characters</code> feature
  * on <code>DOMLSSerializer</code>, all data to be serialized, both markup and
  * character data, is W3C Text normalized according to the rules defined in

Modified: xerces/c/trunk/src/xercesc/util/XMLAbstractDoubleFloat.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/util/XMLAbstractDoubleFloat.hpp?rev=605828&r1=605827&r2=605828&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLAbstractDoubleFloat.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLAbstractDoubleFloat.hpp Thu Dec 20 00:05:47 2007
@@ -34,7 +34,7 @@
  *   double values have a lexical representation consisting of a mantissa followed,
  *   optionally, by the character "E" or "e", followed by an exponent.
  *
- *   The exponent �must� be an integer.
+ *   The exponent must be an integer.
  *   The mantissa must be a decimal number.
  *   The representations for exponent and mantissa must follow the lexical rules
  *   for integer and decimal.
@@ -49,7 +49,7 @@
  *   float values have a lexical representation consisting of a mantissa followed,
  *   optionally, by the character "E" or "e", followed by an exponent.
  *
- *   The exponent �must� be an integer.
+ *   The exponent must be an integer.
  *   The mantissa must be a decimal number.
  *   The representations for exponent and mantissa must follow the lexical rules
  *   for integer and decimal.

Modified: xerces/c/trunk/src/xercesc/validators/datatype/AbstractStringValidator.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/validators/datatype/AbstractStringValidator.cpp?rev=605828&r1=605827&r2=605828&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/AbstractStringValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/AbstractStringValidator.cpp Thu Dec 20 00:05:47 2007
@@ -298,7 +298,7 @@
                                    base'    length and derived' (minLength | maxLength)
 
      E2-35
-     It is an �error� for both length and either of minLength or maxLength to be members of {facets},
+     It is an error for both length and either of minLength or maxLength to be members of {facets},
      unless they are specified in different derivation steps in which case the following must be true: 
      the {value} of minLength <= the {value} of length <= the {value} of maxLength   
     ***/

Modified: xerces/c/trunk/src/xercesc/validators/datatype/DecimalDatatypeValidator.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/validators/datatype/DecimalDatatypeValidator.cpp?rev=605828&r1=605827&r2=605828&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/DecimalDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/DecimalDatatypeValidator.cpp Thu Dec 20 00:05:47 2007
@@ -469,7 +469,7 @@
 
         /***
          E2-44 totalDigits
-         ... by restricting it to numbers that are expressible as i � 10^-n
+         ... by restricting it to numbers that are expressible as i x 10^-n
          where i and n are integers such that |i| < 10^totalDigits and 0 <= n <= totalDigits.
          ***/
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org