From 18ed9edcdd9e0089bdcef435967ea6364e28e96b Mon Sep 17 00:00:00 2001 From: "Unknown (abagchi)" <dev-null@apache.org> Date: Thu, 18 Nov 1999 20:16:52 +0000 Subject: [PATCH] Now works with ICU 1.3.1 git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171416 13f79535-47bb-0310-9956-ffa450edef68 --- src/util/Transcoders/ICU/ICUTransService.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/util/Transcoders/ICU/ICUTransService.cpp b/src/util/Transcoders/ICU/ICUTransService.cpp index 69f44103b..f6f72c19c 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; -- GitLab