cargilld    2004/02/06 07:04:16

  Modified:    c/samples/DOMPrint DOMPrint.cpp
               c/tests/MemHandlerTest Makefile.in
               c/tests/XSerializerTest Makefile.in
               c/scripts sanityTest_ExpectedResult.log
               c/samples/SAX2Print SAX2Print.cpp
               c/samples/SAXPrint SAXPrint.cpp
  Log:
  Misc 390 changes.
  
  Revision  Changes    Path
  1.59      +2 -2      xml-xerces/c/samples/DOMPrint/DOMPrint.cpp
  
  Index: DOMPrint.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/DOMPrint/DOMPrint.cpp,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- DOMPrint.cpp      30 May 2003 09:36:35 -0000      1.58
  +++ DOMPrint.cpp      6 Feb 2004 15:04:16 -0000       1.59
  @@ -214,7 +214,7 @@
               "  * = 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;
   }
   
  
  
  
  1.4       +2 -2      xml-xerces/c/tests/MemHandlerTest/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/MemHandlerTest/Makefile.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.in       3 Jun 2003 18:57:32 -0000       1.3
  +++ Makefile.in       6 Feb 2004 15:04:16 -0000       1.4
  @@ -92,7 +92,7 @@
   
   ## OS390BATCH
   ifeq (${OS390BATCH},1)
  -BATCH_TARGET= "//'${LOADMOD}(THREDTST)'"
  +BATCH_TARGET= "//'${LOADMOD}(MEMHDTST)'"
   all:: makedir ${BATCH_TARGET}
   else
   all:: makedir ${EXEC}/${APP_NAME}
  
  
  
  1.4       +2 -2      xml-xerces/c/tests/XSerializerTest/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/XSerializerTest/Makefile.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.in       16 Dec 2003 17:26:02 -0000      1.3
  +++ Makefile.in       6 Feb 2004 15:04:16 -0000       1.4
  @@ -93,7 +93,7 @@
   
   ## OS390BATCH
   ifeq (${OS390BATCH},1)
  -BATCH_TARGET= "//'${LOADMOD}(THREDTST)'"
  +BATCH_TARGET= "//'${LOADMOD}(XSERLTST)'"
   all:: makedir ${BATCH_TARGET}
   else
   all:: makedir ${EXEC}/${APP_NAME}
  
  
  
  1.63      +3 -3      xml-xerces/c/scripts/sanityTest_ExpectedResult.log
  
  Index: sanityTest_ExpectedResult.log
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/scripts/sanityTest_ExpectedResult.log,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- sanityTest_ExpectedResult.log     29 Jan 2004 13:51:53 -0000      1.62
  +++ sanityTest_ExpectedResult.log     6 Feb 2004 15:04:16 -0000       1.63
  @@ -42,7 +42,7 @@
   
   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 @@
   
   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 @@
   
   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">
  
  
  
  1.15      +4 -1      xml-xerces/c/samples/SAX2Print/SAX2Print.cpp
  
  Index: SAX2Print.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/SAX2Print/SAX2Print.cpp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- SAX2Print.cpp     7 Aug 2003 21:21:38 -0000       1.14
  +++ SAX2Print.cpp     6 Feb 2004 15:04:16 -0000       1.15
  @@ -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 @@
                "  * = 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;
   }
   
  
  
  
  1.23      +4 -1      xml-xerces/c/samples/SAXPrint/SAXPrint.cpp
  
  Index: SAXPrint.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/SAXPrint/SAXPrint.cpp,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- SAXPrint.cpp      7 Aug 2003 21:21:38 -0000       1.22
  +++ SAXPrint.cpp      6 Feb 2004 15:04:16 -0000       1.23
  @@ -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 @@
                "  * = 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;
   }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to