Hi,
while writing some XML (generated by xml.Marshal) to an iconv.Writer I noticed some data getting cut off upon my program exiting. If I used the underlying io.Writer directly (that is, without converting the data), that didn't happen. Unfortunately, there is no way to flush iconv.Writer's internal buffer explicitely. Am I missing something or is this a bug?
Cheers,
Chris
Hi,
while writing some XML (generated by xml.Marshal) to an iconv.Writer I noticed some data getting cut off upon my program exiting. If I used the underlying io.Writer directly (that is, without converting the data), that didn't happen. Unfortunately, there is no way to flush iconv.Writer's internal buffer explicitely. Am I missing something or is this a bug?
Cheers,
Chris