peiyongz 2002/11/15 08:36:49
Modified: c/src/xercesc/NLS/EN_US XMLErrList_EN_US.Xml
Log:
fix '\x' problem on AIX
Revision Changes Path
1.14 +1 -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.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- XMLErrList_EN_US.Xml 12 Nov 2002 21:44:56 -0000 1.13
+++ XMLErrList_EN_US.Xml 15 Nov 2002 16:36:48 -0000 1.14
@@ -549,7 +549,7 @@
<Message Id="Parser_Ope3" Text="The range end code point '{0}' is less
than the start code point '{1}'"/>
<Message Id="Parser_Descape1" Text="Invalid Unicode hex notation"/>
<Message Id="Parser_Descape2" Text="Overflow in a hex notation"/>
- <Message Id="Parser_Descape3" Text="'\x{' must be closed by '}'"/>
+ <Message Id="Parser_Descape3" Text="'\\x{' must be closed by '}'"/>
<Message Id="Parser_Descape4" Text="Invalid Unicode code point"/>
<Message Id="Parser_Descape5" Text="An anchor must not be here"/>
<Message Id="Parser_Process1" Text="This expression is not supported in
the current option setting"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]