From 01f709ff1f694160e709980cf676e7c353de0334 Mon Sep 17 00:00:00 2001
From: David Abram Cargill <cargilld@apache.org>
Date: Fri, 6 Feb 2004 15:04:16 +0000
Subject: [PATCH] Misc 390 changes.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175724 13f79535-47bb-0310-9956-ffa450edef68
---
 samples/DOMPrint/DOMPrint.cpp         | 2 +-
 samples/SAX2Print/SAX2Print.cpp       | 5 ++++-
 samples/SAXPrint/SAXPrint.cpp         | 5 ++++-
 scripts/sanityTest_ExpectedResult.log | 6 +++---
 tests/MemHandlerTest/Makefile.in      | 2 +-
 tests/XSerializerTest/Makefile.in     | 2 +-
 6 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/samples/DOMPrint/DOMPrint.cpp b/samples/DOMPrint/DOMPrint.cpp
index 4dccf5849..2c9cc6724 100644
--- a/samples/DOMPrint/DOMPrint.cpp
+++ b/samples/DOMPrint/DOMPrint.cpp
@@ -214,7 +214,7 @@ void usage()
             "  * = 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"
-            "    WINDOWS-1252, IBM1140, IBM037.\n"
+            "    WINDOWS-1252, IBM1140, IBM037, IBM1047.\n"
           <<  XERCES_STD_QUALIFIER endl;
 }
 
diff --git a/samples/SAX2Print/SAX2Print.cpp b/samples/SAX2Print/SAX2Print.cpp
index ba42937f1..3a88b9393 100644
--- a/samples/SAX2Print/SAX2Print.cpp
+++ b/samples/SAX2Print/SAX2Print.cpp
@@ -56,6 +56,9 @@
 
 /*
  * $Log$
+ * Revision 1.15  2004/02/06 15:04:16  cargilld
+ * Misc 390 changes.
+ *
  * Revision 1.14  2003/08/07 21:21:38  neilg
  * fix segmentation faults that may arise when the parser throws exceptions during document parsing.  In general, XMLPlatformUtils::Terminate() should not be called from within a catch statement.
  *
@@ -167,7 +170,7 @@ static void usage()
              "  * = 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"
-             "    WINDOWS-1252, IBM1140, IBM037.\n"
+             "    WINDOWS-1252, IBM1140, IBM037, IBM1047.\n"
          <<  XERCES_STD_QUALIFIER endl;
 }
 
diff --git a/samples/SAXPrint/SAXPrint.cpp b/samples/SAXPrint/SAXPrint.cpp
index 1b370a192..876c96d21 100644
--- a/samples/SAXPrint/SAXPrint.cpp
+++ b/samples/SAXPrint/SAXPrint.cpp
@@ -56,6 +56,9 @@
 
 /*
  * $Log$
+ * Revision 1.23  2004/02/06 15:04:16  cargilld
+ * Misc 390 changes.
+ *
  * Revision 1.22  2003/08/07 21:21:38  neilg
  * fix segmentation faults that may arise when the parser throws exceptions during document parsing.  In general, XMLPlatformUtils::Terminate() should not be called from within a catch statement.
  *
@@ -204,7 +207,7 @@ static void usage()
              "  * = 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"
-             "    WINDOWS-1252, IBM1140, IBM037.\n"
+             "    WINDOWS-1252, IBM1140, IBM037, IBM1047.\n"
          <<  XERCES_STD_QUALIFIER endl;
 }
 
diff --git a/scripts/sanityTest_ExpectedResult.log b/scripts/sanityTest_ExpectedResult.log
index ecc4ad323..0539a292f 100644
--- a/scripts/sanityTest_ExpectedResult.log
+++ b/scripts/sanityTest_ExpectedResult.log
@@ -42,7 +42,7 @@ Options:
 
 The parser has intrinsic support for the following encodings:
     UTF-8, USASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,
-    WINDOWS-1252, IBM1140, IBM037.
+    WINDOWS-1252, IBM1140, IBM037, IBM1047.
 
 <?xml version="1.0" encoding="LATIN1"?>
 <personnel>
@@ -212,7 +212,7 @@ Options:
 
 The parser has intrinsic support for the following encodings:
     UTF-8, USASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,
-    WINDOWS-1252, IBM1140, IBM037.
+    WINDOWS-1252, IBM1140, IBM037, IBM1047.
 
 <?xml version="1.0" encoding="LATIN1"?>
 <personnel>
@@ -439,7 +439,7 @@ Options:
 
 The parser has intrinsic support for the following encodings:
     UTF-8, USASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,
-    WINDOWS-1252, IBM1140, IBM037.
+    WINDOWS-1252, IBM1140, IBM037, IBM1047.
 
 <?xml version="1.0" encoding="iso-8859-1" standalone="no" ?>
 <!DOCTYPE personnel SYSTEM "personal.dtd">
diff --git a/tests/MemHandlerTest/Makefile.in b/tests/MemHandlerTest/Makefile.in
index b8e1d4bac..002225806 100755
--- a/tests/MemHandlerTest/Makefile.in
+++ b/tests/MemHandlerTest/Makefile.in
@@ -92,7 +92,7 @@ HEADER_FILES=
 
 ## OS390BATCH
 ifeq (${OS390BATCH},1)
-BATCH_TARGET= "//'${LOADMOD}(THREDTST)'"
+BATCH_TARGET= "//'${LOADMOD}(MEMHDTST)'"
 all:: makedir ${BATCH_TARGET}
 else
 all:: makedir ${EXEC}/${APP_NAME}
diff --git a/tests/XSerializerTest/Makefile.in b/tests/XSerializerTest/Makefile.in
index c519bc804..30d67ae53 100644
--- a/tests/XSerializerTest/Makefile.in
+++ b/tests/XSerializerTest/Makefile.in
@@ -93,7 +93,7 @@ HEADER_FILES= ${SRC}/XSerializerTest.hpp ${SRC}/XSerializerHandlers.hpp
 
 ## OS390BATCH
 ifeq (${OS390BATCH},1)
-BATCH_TARGET= "//'${LOADMOD}(THREDTST)'"
+BATCH_TARGET= "//'${LOADMOD}(XSERLTST)'"
 all:: makedir ${BATCH_TARGET}
 else
 all:: makedir ${EXEC}/${APP_NAME}
-- 
GitLab