tng         2003/03/20 12:09:11

  Modified:    c/src/xercesc/NLS/EN_US XMLErrList_EN_US.Xml
  Log:
  [Bug 12436] Add detection of invalid UTF-8 byte sequences.  Patch from Neil Graham.
  
  Revision  Changes    Path
  1.32      +2 -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.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- XMLErrList_EN_US.Xml      18 Mar 2003 19:41:33 -0000      1.31
  +++ XMLErrList_EN_US.Xml      20 Mar 2003 20:09:11 -0000      1.32
  @@ -1,5 +1,5 @@
   <?xml version='1.0' encoding='utf-8' ?>
  -<!DOCTYPE MsgFile SYSTEM "../XMLErrList.Dtd">
  +<!DOCTYPE MsgFile SYSTEM "../XMLErrList.dtd">
   
   <!--  =====================================================
    A Message file is designed for a particular locale, which is
  @@ -529,6 +529,7 @@
               <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="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