|
On 08/04/2006, at 5:12 AM, Davis Yokana wrote:
Is the iconv_t cd object reusable?
Yes. that's the whole point of having iconv_open(). It performs all the set up necessary to do the conversion. The conversion descriptor can then be used for repeated conversions.
When I repeatedly call int rc = iconv(cd, &pRecord,&inBytesLeft,&pAsciiBuffer,&outBytesLeft); I get a message to the effect that the descriptor is bad.
Your code is probably trashing the descriptor. Scott's example code works fine in a loop.
Does one have to create a new iconv_t object for each call to iconv()?
No. You can even create many conversion descriptors for common conversions, keep them all open, and swap between them as necessary.
Regards, Simon Coulter. -------------------------------------------------------------------- FlyByNight Software AS/400 Technical Specialists http://www.flybynight.com.au/ Phone: +61 3 9419 0175 Mobile: +61 0411 091 400 /"\ Fax: +61 3 9419 0175 \ / X ASCII Ribbon campaign against HTML E-Mail / \ --------------------------------------------------------------------
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.