Skip to content
Snippets Groups Projects
Commit 18ed9edc authored by Unknown (abagchi)'s avatar Unknown (abagchi)
Browse files

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
parent a766656d
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,9 @@ ...@@ -56,6 +56,9 @@
/** /**
* $Log$ * $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 * Revision 1.2 1999/11/17 22:36:41 rahulj
* Code works with ICU transcoding service * Code works with ICU transcoding service
* *
...@@ -80,6 +83,7 @@ ...@@ -80,6 +83,7 @@
#include <ustring.h> #include <ustring.h>
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
// ICUTransService: Public, static methods // ICUTransService: Public, static methods
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
...@@ -425,7 +429,7 @@ XMLCh* ICUTranscoder::transcode(const char* const toTranscode) ...@@ -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 // 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. // correct capacity value.
// //
UErrorCode err = U_ZERO_ERROR; UErrorCode err = U_ZERO_ERROR;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment