On 25/02/2015 00:05, Olumide wrote:
3. Is the above methof of trabscoding preferred to the simpler techniqueTranscodeToStr transcoder( chars , "ISO-8859-1" ); const XMLByte* str = transcoder.str();
Also, do I need to release const XMLByte* str? - Olumide