tng         2002/08/26 20:04:48

  Modified:    c/doc    faq-parse.xml
  Log:
  Document users can call u_cleanup themselves to clean up ICU static data.
  
  Revision  Changes    Path
  1.51      +10 -0     xml-xerces/c/doc/faq-parse.xml
  
  Index: faq-parse.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/faq-parse.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- faq-parse.xml     17 Jun 2002 17:14:41 -0000      1.50
  +++ faq-parse.xml     27 Aug 2002 03:04:48 -0000      1.51
  @@ -272,6 +272,11 @@
         <p>To ensure all the memory held by the parser are freed, the number of 
XMLPlatformUtils::Terminate() calls
            should match the number of XMLPlatformUtils::Initialize() calls.
         </p>
  +
  +      <p>If you are using XML4C where ICU is used, you may call ICU function 
u_cleanup() to clean up
  +         ICU static data.  Please see <jump 
href="http://oss.software.ibm.com/icu/";>ICU documentation</jump>
  +         for details.
  +      </p>
       </a>
     </faq>
   
  @@ -292,6 +297,11 @@
   
         <p>To ensure all the memory held by the parser are freed, the number of 
XMLPlatformUtils::Terminate() calls
            should match the number of XMLPlatformUtils::Initialize() calls.
  +      </p>
  +
  +      <p>If you are using XML4C where ICU is used, you may call ICU function 
u_cleanup() to clean up
  +         ICU static data.  Please see <jump 
href="http://oss.software.ibm.com/icu/";>ICU documentation</jump>
  +         for details.
         </p>
       </a>
     </faq>
  
  
  

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

Reply via email to