tng         2002/11/25 13:21:39

  Modified:    c/src/xercesc/framework XMLRecognizer.hpp
  Log:
  Performance: XERCES_XMLCH should not be classified as XMLRecognizer::OtherEncodings
  
  Revision  Changes    Path
  1.3       +3 -2      xml-xerces/c/src/xercesc/framework/XMLRecognizer.hpp
  
  Index: XMLRecognizer.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLRecognizer.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XMLRecognizer.hpp 4 Nov 2002 15:00:21 -0000       1.2
  +++ XMLRecognizer.hpp 25 Nov 2002 21:21:38 -0000      1.3
  @@ -103,10 +103,11 @@
           , UTF_8         = 4
           , UTF_16B       = 5
           , UTF_16L       = 6
  +        , XERCES_XMLCH  = 7
   
           , Encodings_Count
           , Encodings_Min = EBCDIC
  -        , Encodings_Max = UTF_16L
  +        , Encodings_Max = XERCES_XMLCH
   
           , OtherEncoding = 999
   
  
  
  

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

Reply via email to