peiyongz    2004/05/14 07:54:30

  Modified:    c/src/xercesc/NLS/EN_US XMLErrList_EN_US.Xml
  Log:
  UTF-8 new error message
  
  Revision  Changes    Path
  1.45      +6 -1      xml-xerces/c/src/xercesc/NLS/EN_US/XMLErrList_EN_US.Xml
  
  Index: XMLErrList_EN_US.Xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/NLS/EN_US/XMLErrList_EN_US.Xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- XMLErrList_EN_US.Xml      5 May 2004 15:37:10 -0000       1.44
  +++ XMLErrList_EN_US.Xml      14 May 2004 14:54:30 -0000      1.45
  @@ -540,7 +540,12 @@
               <Message Id="URL_RelativeBaseURL" Text="The base part of the URL cannot 
be relative"/>
               <Message Id="URL_BaseUnderflow" Text="The base part has too few levels 
to weave in relative part"/>
               <Message Id="URL_BadPortField" Text="The port field must be a 16 bit 
decimal number"/>
  -            <Message Id="UTF8_FormatError" Text="invalid byte {0} ({1}) of a 
{2}-byte sequence."/>
  +            <Message Id="UTF8_FormatError"         Text="invalid byte {0} ({1}) of 
a {2}-byte sequence."/>
  +            <Message Id="UTF8_Invalid_2BytesSeq"   Text="invalid byte {0} of 2-byte 
sequence."/>
  +            <Message Id="UTF8_Invalid_3BytesSeq"   Text="invalid bytes {0}, {1} of 
3-byte sequence."/>
  +            <Message Id="UTF8_Irregular_3BytesSeq" Text="irregular bytes {0}, {1} 
of 3-byte sequence."/>
  +            <Message Id="UTF8_Invalid_4BytesSeq"   Text="invalid bytes {0}, {1} of 
4-byte sequence."/>
  +            <Message Id="UTF8_Exceede_BytesLimit"  Text="Exceede bytes limits {0}, 
{1}-byte sequence."/>
               <Message Id="Vector_BadIndex" Text="The passed index is past the end of 
the vector"/>
               <Message Id="Val_InvalidElemId" Text="The element id was invalid"/>
               <Message Id="Val_CantHaveIntSS" Text="When reusing the Grammar, no 
internal subset is allowed"/>
  
  
  

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

Reply via email to