You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ro...@locus.apache.org on 2000/02/14 20:29:05 UTC

cvs commit: xml-xerces/c/src/util XMLExceptMsgs.hpp

roddey      00/02/14 11:29:05

  Modified:    c/src/util XMLExceptMsgs.hpp
  Log:
  Added new error message id for EBCDIC without encoding=""
  
  Revision  Changes    Path
  1.5       +36 -35    xml-xerces/c/src/util/XMLExceptMsgs.hpp
  
  Index: XMLExceptMsgs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/XMLExceptMsgs.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XMLExceptMsgs.hpp	2000/01/14 01:45:20	1.4
  +++ XMLExceptMsgs.hpp	2000/02/14 19:29:04	1.5
  @@ -67,41 +67,42 @@
         , Reader_BadUTF8Seq                  = 56
         , Reader_BadSurrogateInUTF8          = 57
         , Reader_SrcOfsNotSupported          = 58
  -      , Scan_CouldNotOpenSource            = 59
  -      , Scan_UnbalancedStartEnd            = 60
  -      , Scan_BadPScanToken                 = 61
  -      , Stack_BadIndex                     = 62
  -      , Stack_EmptyStack                   = 63
  -      , Str_ZeroSizedTargetBuf             = 64
  -      , Str_UnknownRadix                   = 65
  -      , Str_TargetBufTooSmall              = 66
  -      , Str_StartIndexPastEnd              = 67
  -      , Strm_StdErrWriteFailure            = 68
  -      , Strm_StdOutWriteFailure            = 69
  -      , Strm_ConWriteFailure               = 70
  -      , StrPool_IllegalId                  = 71
  -      , Trans_CouldNotXCodeXMLData         = 72
  -      , Trans_CouldNotCreateDefCvtr        = 73
  -      , Trans_InvalidSizeReq               = 74
  -      , Trans_Unrepresentable              = 75
  -      , Trans_NotInSourceSet               = 76
  -      , URL_MalformedURL                   = 77
  -      , URL_UnsupportedProto               = 78
  -      , URL_UnsupportedProto1              = 79
  -      , URL_OnlyLocalHost                  = 80
  -      , URL_NoProtocolPresent              = 81
  -      , URL_ExpectingTwoSlashes            = 82
  -      , URL_IncorrectEscapedCharRef        = 83
  -      , URL_UnterminatedHostComponent      = 84
  -      , Vector_BadIndex                    = 85
  -      , Val_InvalidElemId                  = 86
  -      , Val_CantHaveIntSS                  = 87
  -      , XMLRec_UnknownEncoding             = 88
  -      , E_HighBounds                       = 89
  -      , W_LowBounds                        = 90
  -      , W_HighBounds                       = 91
  -      , V_LowBounds                        = 92
  -      , V_HighBounds                       = 93
  +      , Reader_EncodingStrRequired         = 59
  +      , Scan_CouldNotOpenSource            = 60
  +      , Scan_UnbalancedStartEnd            = 61
  +      , Scan_BadPScanToken                 = 62
  +      , Stack_BadIndex                     = 63
  +      , Stack_EmptyStack                   = 64
  +      , Str_ZeroSizedTargetBuf             = 65
  +      , Str_UnknownRadix                   = 66
  +      , Str_TargetBufTooSmall              = 67
  +      , Str_StartIndexPastEnd              = 68
  +      , Strm_StdErrWriteFailure            = 69
  +      , Strm_StdOutWriteFailure            = 70
  +      , Strm_ConWriteFailure               = 71
  +      , StrPool_IllegalId                  = 72
  +      , Trans_CouldNotXCodeXMLData         = 73
  +      , Trans_CouldNotCreateDefCvtr        = 74
  +      , Trans_InvalidSizeReq               = 75
  +      , Trans_Unrepresentable              = 76
  +      , Trans_NotInSourceSet               = 77
  +      , URL_MalformedURL                   = 78
  +      , URL_UnsupportedProto               = 79
  +      , URL_UnsupportedProto1              = 80
  +      , URL_OnlyLocalHost                  = 81
  +      , URL_NoProtocolPresent              = 82
  +      , URL_ExpectingTwoSlashes            = 83
  +      , URL_IncorrectEscapedCharRef        = 84
  +      , URL_UnterminatedHostComponent      = 85
  +      , Vector_BadIndex                    = 86
  +      , Val_InvalidElemId                  = 87
  +      , Val_CantHaveIntSS                  = 88
  +      , XMLRec_UnknownEncoding             = 89
  +      , E_HighBounds                       = 90
  +      , W_LowBounds                        = 91
  +      , W_HighBounds                       = 92
  +      , V_LowBounds                        = 93
  +      , V_HighBounds                       = 94
       };
   
   };