Author: borisk
Date: Wed Nov  4 14:32:26 2009
New Revision: 832761

URL: http://svn.apache.org/viewvc?rev=832761&view=rev
Log:
Use US-ASCII instead of USASCII.

Modified:
    xerces/c/trunk/doc/domprint.xml
    xerces/c/trunk/doc/sax2print.xml
    xerces/c/trunk/doc/saxprint.xml
    xerces/c/trunk/samples/src/DOMPrint/DOMPrint.cpp
    xerces/c/trunk/samples/src/SAX2Print/SAX2Print.cpp
    xerces/c/trunk/samples/src/SAXPrint/SAXPrint.cpp
    xerces/c/trunk/scripts/sanityTest_ExpectedResult.log
    xerces/c/trunk/src/xercesc/NLS/XMLErrList.dtd
    xerces/c/trunk/tools/IANACharset/charset.dtd

Modified: xerces/c/trunk/doc/domprint.xml
URL: 
http://svn.apache.org/viewvc/xerces/c/trunk/doc/domprint.xml?rev=832761&r1=832760&r2=832761&view=diff
==============================================================================
--- xerces/c/trunk/doc/domprint.xml (original)
+++ xerces/c/trunk/doc/domprint.xml Wed Nov  4 14:32:26 2009
@@ -60,7 +60,7 @@
   * = Default if not provided explicitly.
 
 The parser has intrinsic support for the following encodings:\n"
-    UTF-8, USASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,\n"
+    UTF-8, US-ASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,\n"
     WINDOWS-1252, IBM1140, IBM037, IBM1047.\n"
 </source>
           <p><em>-v=always</em> will force validation<br/>

Modified: xerces/c/trunk/doc/sax2print.xml
URL: 
http://svn.apache.org/viewvc/xerces/c/trunk/doc/sax2print.xml?rev=832761&r1=832760&r2=832761&view=diff
==============================================================================
--- xerces/c/trunk/doc/sax2print.xml (original)
+++ xerces/c/trunk/doc/sax2print.xml Wed Nov  4 14:32:26 2009
@@ -59,7 +59,7 @@
   * = Default if not provided explicitly.
 
 The parser has intrinsic support for the following encodings:
-    UTF-8, USASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,
+    UTF-8, US-ASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,
     WINDOWS-1252, IBM1140, IBM037, IBM1047.
 </source>
 

Modified: xerces/c/trunk/doc/saxprint.xml
URL: 
http://svn.apache.org/viewvc/xerces/c/trunk/doc/saxprint.xml?rev=832761&r1=832760&r2=832761&view=diff
==============================================================================
--- xerces/c/trunk/doc/saxprint.xml (original)
+++ xerces/c/trunk/doc/saxprint.xml Wed Nov  4 14:32:26 2009
@@ -55,7 +55,7 @@
   * = Default if not provided explicitly.
 
 The parser has intrinsic support for the following encodings:
-    UTF-8, USASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,
+    UTF-8, US-ASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,
     WINDOWS-1252, IBM1140, IBM037, IBM1047.
 </source>
 

Modified: xerces/c/trunk/samples/src/DOMPrint/DOMPrint.cpp
URL: 
http://svn.apache.org/viewvc/xerces/c/trunk/samples/src/DOMPrint/DOMPrint.cpp?rev=832761&r1=832760&r2=832761&view=diff
==============================================================================
--- xerces/c/trunk/samples/src/DOMPrint/DOMPrint.cpp (original)
+++ xerces/c/trunk/samples/src/DOMPrint/DOMPrint.cpp Wed Nov  4 14:32:26 2009
@@ -175,7 +175,7 @@
             "    -?          Show this help.\n\n"
             "  * = Default if not provided explicitly.\n\n"
             "The parser has intrinsic support for the following encodings:\n"
-            "    UTF-8, USASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,\n"
+            "    UTF-8, US-ASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,\n"
             "    WINDOWS-1252, IBM1140, IBM037, IBM1047.\n"
           <<  XERCES_STD_QUALIFIER endl;
 }

Modified: xerces/c/trunk/samples/src/SAX2Print/SAX2Print.cpp
URL: 
http://svn.apache.org/viewvc/xerces/c/trunk/samples/src/SAX2Print/SAX2Print.cpp?rev=832761&r1=832760&r2=832761&view=diff
==============================================================================
--- xerces/c/trunk/samples/src/SAX2Print/SAX2Print.cpp (original)
+++ xerces/c/trunk/samples/src/SAX2Print/SAX2Print.cpp Wed Nov  4 14:32:26 2009
@@ -86,7 +86,7 @@
              "    -?          Show this help.\n\n"
              "  * = Default if not provided explicitly.\n\n"
              "The parser has intrinsic support for the following encodings:\n"
-             "    UTF-8, USASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,\n"
+             "    UTF-8, US-ASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,\n"
              "    WINDOWS-1252, IBM1140, IBM037, IBM1047.\n"
          <<  XERCES_STD_QUALIFIER endl;
 }

Modified: xerces/c/trunk/samples/src/SAXPrint/SAXPrint.cpp
URL: 
http://svn.apache.org/viewvc/xerces/c/trunk/samples/src/SAXPrint/SAXPrint.cpp?rev=832761&r1=832760&r2=832761&view=diff
==============================================================================
--- xerces/c/trunk/samples/src/SAXPrint/SAXPrint.cpp (original)
+++ xerces/c/trunk/samples/src/SAXPrint/SAXPrint.cpp Wed Nov  4 14:32:26 2009
@@ -85,7 +85,7 @@
              "    -?          Show this help.\n\n"
              "  * = Default if not provided explicitly.\n\n"
              "The parser has intrinsic support for the following encodings:\n"
-             "    UTF-8, USASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,\n"
+             "    UTF-8, US-ASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,\n"
              "    WINDOWS-1252, IBM1140, IBM037, IBM1047.\n"
          <<  XERCES_STD_QUALIFIER endl;
 }

Modified: xerces/c/trunk/scripts/sanityTest_ExpectedResult.log
URL: 
http://svn.apache.org/viewvc/xerces/c/trunk/scripts/sanityTest_ExpectedResult.log?rev=832761&r1=832760&r2=832761&view=diff
==============================================================================
--- xerces/c/trunk/scripts/sanityTest_ExpectedResult.log (original)
+++ xerces/c/trunk/scripts/sanityTest_ExpectedResult.log Wed Nov  4 14:32:26 
2009
@@ -41,7 +41,7 @@
   * = Default if not provided explicitly.
 
 The parser has intrinsic support for the following encodings:
-    UTF-8, USASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,
+    UTF-8, US-ASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,
     WINDOWS-1252, IBM1140, IBM037, IBM1047.
 
 <?xml version="1.0" encoding="LATIN1"?>
@@ -214,7 +214,7 @@
   * = Default if not provided explicitly.
 
 The parser has intrinsic support for the following encodings:
-    UTF-8, USASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,
+    UTF-8, US-ASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,
     WINDOWS-1252, IBM1140, IBM037, IBM1047.
 
 <?xml version="1.0" encoding="LATIN1"?>
@@ -656,7 +656,7 @@
   * = Default if not provided explicitly.
 
 The parser has intrinsic support for the following encodings:
-    UTF-8, USASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,
+    UTF-8, US-ASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,
     WINDOWS-1252, IBM1140, IBM037, IBM1047.
 
 <?xml version="1.0" encoding="iso-8859-1" standalone="no" ?>

Modified: xerces/c/trunk/src/xercesc/NLS/XMLErrList.dtd
URL: 
http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/NLS/XMLErrList.dtd?rev=832761&r1=832760&r2=832761&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/NLS/XMLErrList.dtd (original)
+++ xerces/c/trunk/src/xercesc/NLS/XMLErrList.dtd Wed Nov  4 14:32:26 2009
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="USASCII" ?>
+<?xml version="1.0" encoding="US-ASCII" ?>
 
 <!-- =====================================================================
      A message represents a single named message that can be loaded

Modified: xerces/c/trunk/tools/IANACharset/charset.dtd
URL: 
http://svn.apache.org/viewvc/xerces/c/trunk/tools/IANACharset/charset.dtd?rev=832761&r1=832760&r2=832761&view=diff
==============================================================================
--- xerces/c/trunk/tools/IANACharset/charset.dtd (original)
+++ xerces/c/trunk/tools/IANACharset/charset.dtd Wed Nov  4 14:32:26 2009
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="USASCII" ?>
+<?xml version="1.0" encoding="US-ASCII" ?>
 
 <!ELEMENT   Encoding (#PCDATA)>
 <!ATTLIST   Encoding



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to