You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2008/09/24 00:55:50 UTC

svn commit: r698388 - /xerces/c/trunk/src/xercesc/util/MsgLoaders/Win32/Version.rc

Author: amassari
Date: Tue Sep 23 15:55:50 2008
New Revision: 698388

URL: http://svn.apache.org/viewvc?rev=698388&view=rev
Log:
Fix error messages broken by aggressive replace

Modified:
    xerces/c/trunk/src/xercesc/util/MsgLoaders/Win32/Version.rc

Modified: xerces/c/trunk/src/xercesc/util/MsgLoaders/Win32/Version.rc
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/util/MsgLoaders/Win32/Version.rc?rev=698388&r1=698387&r2=698388&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/MsgLoaders/Win32/Version.rc (original)
+++ xerces/c/trunk/src/xercesc/util/MsgLoaders/Win32/Version.rc Tue Sep 23 15:55:50 2008
@@ -45,9 +45,9 @@
     BEGIN
         BLOCK "040904b0"
         BEGIN
-            VALUE "Comments", "Dynamic linked library for Xerces-C\0"
+            VALUE "Comments", "Dynamic linked library for Xerces-C++\0"
             VALUE "CompanyName", "Apache Software Foundation\0"
-            VALUE "FileDescription", "Shared Library for Xerces-C Version 3.0.0\0"
+            VALUE "FileDescription", "Shared Library for Xerces-C++ Version 3.0.0\0"
             VALUE "FileVersion", "3, 0, 0\0"
             VALUE "InternalName", "xerces-c_3_0.dll\0"
             VALUE "LegalCopyright", "Copyright © Apache Software Foundation 2000 subject to licensing terms\0"
@@ -548,8 +548,8 @@
     8271              "code point 0x{0} is invalid for '{1}' encoding"
     8272              "leading surrogate followed by invalid trailing surrogate"
     8273              "unable to create converter for '{0}' encoding"
-    8274              "malformed UR"
-    8275              "unsupported protocol in UR"
+    8274              "malformed URL"
+    8275              "unsupported protocol in URL"
     8276              "URL protocol '{0}' is unsupported"
     8277              "missing protocol prefix"
     8278              "expected '//' after protocol"
@@ -576,7 +576,7 @@
     8299              "unexpected end of pattern in conditional group"
     8300              "back reference, anchor, lookahead, or lookbehind expected in conditional pattern"
     8301              "more than three choices in conditional group"
-    8302              "63686172616374657220696E2074686520552B303034302D552B303035662072616E6765206D75737420666F6C6C6F7720275C6327"
+    8302              "\x0063\x0068\x0061\x0072\x0061\x0063\x0074\x0065\x0072\x0020\x0069\x006E\x0020\x0074\x0068\x0065\x0020\x0055\x002B\x0030\x0030\x0034\x0030\x002D\x0055\x002B\x0030\x0030\x0035\x0066\x0020\x0072\x0061\x006E\x0067\x0065\x0020\x006D\x0075\x0073\x0074\x0020\x0066\x006F\x006C\x006C\x006F\x0077\x0020\x0027\x005C\x0063\x0027"
     8303              "'{' expected before category character"
     8304              "property name must be closed with '}'"
     8305              "unexpected meta character"
@@ -585,12 +585,12 @@
     8308              "unexpected end of pattern in character class"
     8309              "unknown name for POSIX character class"
     8310              "']' expected"
-    8311              "277B307D2720697320696E76616C6964206368617261637465722072616E67653B2075736520275C7B317D2720696E7374656164"
+    8311              "\x0027\x007B\x0030\x007D\x0027\x0020\x0069\x0073\x0020\x0069\x006E\x0076\x0061\x006C\x0069\x0064\x0020\x0063\x0068\x0061\x0072\x0061\x0063\x0074\x0065\x0072\x0020\x0072\x0061\x006E\x0067\x0065\x003B\x0020\x0075\x0073\x0065\x0020\x0027\x005C\x007B\x0031\x007D\x0027\x0020\x0069\x006E\x0073\x0074\x0065\x0061\x0064"
     8312              "'[' expected"
     8313              "')', '-[', '+[', or '&[' expected"
     8314              "range end code point '{0}' is less than start code point '{1}'"
     8315              "invalid Unicode hex notation"
-    8316              "275C20787B27206D75737420626520636C6F736564207769746820277D27"
+    8316              "\x0027\x005C\x0020\x0078\x007B\x0027\x0020\x006D\x0075\x0073\x0074\x0020\x0062\x0065\x0020\x0063\x006C\x006F\x0073\x0065\x0064\x0020\x0077\x0069\x0074\x0068\x0020\x0027\x007D\x0027"
     8317              "invalid Unicode code point"
     8318              "anchor cannot be present at this point"
     8319              "'{0}' is invalid character escape sequence"
@@ -708,7 +708,7 @@
     8431              "{0} '{1}' can only be set for a generic URI"
     8432              "{0} contains invalid escape sequence '{1}'"
     8433              "{0} contains invalid character '{1}'"
-    8434              "{0} cannot be NUL"
+    8434              "{0} cannot be NULL"
     8435              "'{1}' is not conformant to {0}"
     8436              "no scheme found in URI"
     8437              "{0} '{1}' may not be specified if host is not specified"



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org