mhoyt       2004/11/12 08:27:16

  Modified:    c/src/xalanc/PlatformSupport DOMStringHelper.cpp
  Log:
  Fix OutputString so transcode function does not add extra terminator
  
  Revision  Changes    Path
  1.9       +1 -1      
xml-xalan/c/src/xalanc/PlatformSupport/DOMStringHelper.cpp
  
  Index: DOMStringHelper.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/xalanc/PlatformSupport/DOMStringHelper.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- DOMStringHelper.cpp       8 Nov 2004 18:11:05 -0000       1.8
  +++ DOMStringHelper.cpp       12 Nov 2004 16:27:16 -0000      1.9
  @@ -371,7 +371,7 @@
   {
       CharVectorType  theVector(XalanMemMgrs::getDefaultXercesMemMgr());
   
  -    TranscodeToLocalCodePage(theString, theVector, true);
  +    TranscodeToLocalCodePage(theString, theVector);
   
        OutputString(theStream, theVector);
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to