peiyongz    2002/11/15 08:37:03

  Modified:    c/src/xercesc/util/MsgLoaders/ICU/resources en_US.txt
  Log:
  fix '\x' problem on AIX
  
  Revision  Changes    Path
  1.4       +1 -1      xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/resources/en_US.txt
  
  Index: en_US.txt
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/resources/en_US.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- en_US.txt 12 Nov 2002 21:44:13 -0000      1.3
  +++ en_US.txt 15 Nov 2002 16:37:03 -0000      1.4
  @@ -550,7 +550,7 @@
                "The range end code point '{0}' is less than the start code point 
'{1}' " ,
                "Invalid Unicode hex notation " ,
                "Overflow in a hex notation " ,
  -             "'\x{' must be closed by '}' " ,
  +             "'\\x{' must be closed by '}' " ,
                "Invalid Unicode code point " ,
                "An anchor must not be here " ,
                "This expression is not supported in the current option setting " ,
  
  
  

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

Reply via email to