You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2003/05/22 23:59:47 UTC

cvs commit: xml-xalan/c/src/PlatformSupport DOMStringHelper.cpp

dbertoni    2003/05/22 14:59:47

  Modified:    c/src/PlatformSupport DOMStringHelper.cpp
  Log:
  Use hex transcoding for pointers.
  
  Revision  Changes    Path
  1.85      +1 -1      xml-xalan/c/src/PlatformSupport/DOMStringHelper.cpp
  
  Index: DOMStringHelper.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/DOMStringHelper.cpp,v
  retrieving revision 1.84
  retrieving revision 1.85
  diff -u -r1.84 -r1.85
  --- DOMStringHelper.cpp	6 May 2003 21:07:20 -0000	1.84
  +++ DOMStringHelper.cpp	22 May 2003 21:59:46 -0000	1.85
  @@ -1328,7 +1328,7 @@
   				theInputEnd,
   				theOutputIterator,
   #if defined(XALAN_NON_ASCII_PLATFORM)
  -				DecimalNumberTranscodeTransform<char, XalanDOMChar>());
  +				HexadecimalNumberTranscodeTransform<char, XalanDOMChar>());
   #else
   				IdentityTransform<char, XalanDOMChar>());
   #endif
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org