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 2006/04/18 13:33:10 UTC

svn commit: r394921 - /xerces/c/trunk/src/xercesc/framework/XMLRecognizer.hpp

Author: amassari
Date: Tue Apr 18 04:33:10 2006
New Revision: 394921

URL: http://svn.apache.org/viewcvs?rev=394921&view=rev
Log:
ENDIANMODE_BIG is no more defined

Modified:
    xerces/c/trunk/src/xercesc/framework/XMLRecognizer.hpp

Modified: xerces/c/trunk/src/xercesc/framework/XMLRecognizer.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLRecognizer.hpp?rev=394921&r1=394920&r2=394921&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLRecognizer.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLRecognizer.hpp Tue Apr 18 04:33:10 2006
@@ -45,9 +45,7 @@
     //  the exact encoding, just the rough family that would let us scan
     //  the XML/TextDecl to find the encoding string.
     //
-    //  The 'L's and 'B's stand for little or big endian. We conditionally
-    //  create versions that will automatically map to the local UTF-16 and
-    //  UCS-4 endian modes.
+    //  The 'L's and 'B's stand for little or big endian. 
     //
     //  OtherEncoding means that its some transcoder based encoding, i.e. not
     //  one of the ones that we do internally. Its a special case and should
@@ -71,14 +69,6 @@
         , Encodings_Max = XERCES_XMLCH
 
         , OtherEncoding = 999
-
-        #if defined(ENDIANMODE_BIG)
-        , Def_UTF16     = UTF_16B
-        , Def_UCS4      = UCS_4B
-        #else
-        , Def_UTF16     = UTF_16L
-        , Def_UCS4      = UCS_4L
-        #endif
     };
 
 



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