mrglavas    2003/06/17 12:10:16

  Modified:    java/src/org/apache/xerces/impl/msg XMLMessages.properties
  Log:
  Improved language of InvalidASCII error message.
  
  Revision  Changes    Path
  1.22      +1 -1      
xml-xerces/java/src/org/apache/xerces/impl/msg/XMLMessages.properties
  
  Index: XMLMessages.properties
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/msg/XMLMessages.properties,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- XMLMessages.properties    5 Jun 2003 21:51:51 -0000       1.21
  +++ XMLMessages.properties    17 Jun 2003 19:10:16 -0000      1.22
  @@ -118,7 +118,7 @@
           ExpectedByte = Expected byte {0} of {1}-byte UTF-8 sequence.  
           InvalidHighSurrogate = High surrogate bits in UTF-8 sequence must not 
exceed 0x10 but found 0x{0}.
           OperationNotSupported = Operation \"{0}\" not supported by {1} reader.
  -        InvalidASCII = Byte \"{0}\" not 7-bit ASCII.
  +        InvalidASCII = Byte \"{0}\" is not a member of the (7-bit) ASCII character 
set.
           
   # DTD Messages
   # 2.2 Characters
  
  
  

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

Reply via email to