diff --git a/src/util/Transcoders/ICU/ICUTransService.cpp b/src/util/Transcoders/ICU/ICUTransService.cpp
index 69f44103b4ca1a9968d329fddf9402fdcc47ee4d..f6f72c19c9d1f747dc6bfe863c84f526a1b6063e 100644
--- a/src/util/Transcoders/ICU/ICUTransService.cpp
+++ b/src/util/Transcoders/ICU/ICUTransService.cpp
@@ -56,6 +56,9 @@
 
 /**
  * $Log$
+ * 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 @@ XMLCh* ICUTranscoder::transcode(const char* const toTranscode)
 
     //
     //  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;