Author: scantor Date: Fri Jun 10 01:28:38 2016 New Revision: 1747618 URL: http://svn.apache.org/viewvc?rev=1747618&view=rev Log: https://issues.apache.org/jira/browse/XERCESC-2065
Modified: xerces/c/branches/xerces-3.1/src/xercesc/framework/XMLFormatter.cpp Modified: xerces/c/branches/xerces-3.1/src/xercesc/framework/XMLFormatter.cpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/src/xercesc/framework/XMLFormatter.cpp?rev=1747618&r1=1747617&r2=1747618&view=diff ============================================================================== --- xerces/c/branches/xerces-3.1/src/xercesc/framework/XMLFormatter.cpp (original) +++ xerces/c/branches/xerces-3.1/src/xercesc/framework/XMLFormatter.cpp Fri Jun 10 01:28:38 2016 @@ -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: commits-unsubscr...@xerces.apache.org For additional commands, e-mail: commits-h...@xerces.apache.org