peiyongz 2002/11/15 08:37:29
Modified: c/src/xercesc/util/MsgLoaders/MsgCatalog XMLMsgCat_EN_US.Msg
Log:
fix '\x' problem on AIX
Revision Changes Path
1.15 +1 -1
xml-xerces/c/src/xercesc/util/MsgLoaders/MsgCatalog/XMLMsgCat_EN_US.Msg
Index: XMLMsgCat_EN_US.Msg
===================================================================
RCS file:
/home/cvs/xml-xerces/c/src/xercesc/util/MsgLoaders/MsgCatalog/XMLMsgCat_EN_US.Msg,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- XMLMsgCat_EN_US.Msg 12 Nov 2002 21:44:41 -0000 1.14
+++ XMLMsgCat_EN_US.Msg 15 Nov 2002 16:37:29 -0000 1.15
@@ -533,7 +533,7 @@
137 The range end code point '{0}' is less than the start code point '{1}'
138 Invalid Unicode hex notation
139 Overflow in a hex notation
-140 '\x{' must be closed by '}'
+140 '\\x{' must be closed by '}'
141 Invalid Unicode code point
142 An anchor must not be here
143 This expression is not supported in the current option setting
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]