Message: The following issue has been resolved as FIXED.
Resolver: Alberto Massari Date: Fri, 23 Jul 2004 8:30 AM A fix is in CVS. Please verify. Alberto --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/XERCESC-1206 Here is an overview of the issue: --------------------------------------------------------------------- Key: XERCESC-1206 Summary: IconvGNU transcoder returns char arrays starting with \0 Type: Bug Status: Resolved Priority: Major Resolution: FIXED Project: Xerces-C++ Components: Utilities Versions: 2.5.0 Assignee: Reporter: HAUTION Philippe Created: Mon, 10 May 2004 4:12 AM Updated: Fri, 23 Jul 2004 8:30 AM Environment: Linux 2.4.25-1-686 gcc 3.2.2 Description: The utility method in IconvGNUTransService.cpp : bool IconvGNULCPTranscoder::transcode(const XMLCh* const toTranscode, char* const toFill, const unsigned int maxBytes, MemoryManager* const manager) ends with : toFill[rc] = 0; where rc happens to be : size_t rc = iconvTo(wideCharBuf, &len, &ptr, maxBytes); So if everything went OK, rc equals 0 and therefore the first character of toFill will be \0. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]