abagchi     99/11/18 12:16:58

  Modified:    c/src/util/Transcoders/ICU ICUTransService.cpp
  Log:
  Now works with ICU 1.3.1
  
  Revision  Changes    Path
  1.3       +5 -1      xml-xerces/c/src/util/Transcoders/ICU/ICUTransService.cpp
  
  Index: ICUTransService.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/c/src/util/Transcoders/ICU/ICUTransService.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ICUTransService.cpp       1999/11/17 22:36:41     1.2
  +++ ICUTransService.cpp       1999/11/18 20:16:52     1.3
  @@ -56,6 +56,9 @@
   
   /**
    * $Log: ICUTransService.cpp,v $
  + * Revision 1.3  1999/11/18 20:16:52  abagchi
  + * Now works with ICU 1.3.1
  + *
    * Revision 1.2  1999/11/17 22:36:41  rahulj
    * Code works with ICU transcoding service
    *
  @@ -80,6 +83,7 @@
   #include <ustring.h>
   
   
  +
   // 
---------------------------------------------------------------------------
   //  ICUTransService: Public, static methods
   // 
---------------------------------------------------------------------------
  @@ -425,7 +429,7 @@
   
       //
       //  Here we don't know what the target length will be so use 0 and expect
  -    //  an BUFFER_OVERFLOW_ERROR in which case it'd get resolved by the
  +    //  an U_BUFFER_OVERFLOW_ERROR in which case it'd get resolved by the
       //  correct capacity value.
       //
       UErrorCode err = U_ZERO_ERROR;
  
  
  

Reply via email to