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 08:24:52 UTC

svn commit: r605820 - /xerces/c/trunk/src/xercesc/validators/datatype/UnionDatatypeValidator.cpp

Author: amassari
Date: Wed Dec 19 23:24:50 2007
New Revision: 605820

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

Modified:
    xerces/c/trunk/src/xercesc/validators/datatype/UnionDatatypeValidator.cpp

Modified: xerces/c/trunk/src/xercesc/validators/datatype/UnionDatatypeValidator.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/validators/datatype/UnionDatatypeValidator.cpp?rev=605820&r1=605819&r2=605820&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/datatype/UnionDatatypeValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/datatype/UnionDatatypeValidator.cpp Wed Dec 19 23:24:50 2007
@@ -360,8 +360,8 @@
 /***
  * 2.5.1.3 Union datatypes
  *
- * The canonical-lexical-representation for a �union� datatype is defined as the lexical form 
- * in which the values have the canonical lexical representation of the appropriate �memberTypes�.       
+ * The canonical-lexical-representation for a union datatype is defined as the lexical form 
+ * in which the values have the canonical lexical representation of the appropriate memberTypes.       
  ***/
 const XMLCh* UnionDatatypeValidator::getCanonicalRepresentation(const XMLCh*         const rawData
                                                               ,       MemoryManager* const memMgr



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