Author: scantor
Date: Wed Jun 21 22:24:33 2017
New Revision: 1799526

URL: http://svn.apache.org/viewvc?rev=1799526&view=rev
Log:
Port XERCESC-2065 from 3.1 branch.

Modified:
    xerces/c/trunk/   (props changed)
    xerces/c/trunk/src/xercesc/framework/XMLFormatter.cpp

Propchange: xerces/c/trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Jun 21 22:24:33 2017
@@ -1 +1 @@
-/xerces/c/branches/xerces-3.1:1662879,1662887,1662893-1662894,1663359,1663377,1726088
+/xerces/c/branches/xerces-3.1:1662879,1662887,1662893-1662894,1663359,1663377,1726088,1747618

Modified: xerces/c/trunk/src/xercesc/framework/XMLFormatter.cpp
URL: 
http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/framework/XMLFormatter.cpp?rev=1799526&r1=1799525&r2=1799526&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLFormatter.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLFormatter.cpp Wed Jun 21 22:24:33 
2017
@@ -81,7 +81,7 @@ static const XMLCh gEscapeChars[XMLForma
         { chNull      , chNull       , chNull        , chNull       , chNull   
     , chNull    , chNull }
     ,   { chAmpersand , chCloseAngle , chDoubleQuote , chOpenAngle  , 
chSingleQuote , chNull    , chNull }
     ,   { chAmpersand , chOpenAngle  , chDoubleQuote , chLF         , chCR     
     , chHTab    , chNull }
-    ,   { chAmpersand , chOpenAngle  , chCloseAngle  , chNull       , chNull   
     , chNull    , chNull }
+    ,   { chAmpersand , chOpenAngle  , chCloseAngle  , chCR         , chNull   
     , chNull    , chNull }
 };
 
 // ---------------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to