Hi all, I'm also using Xerces on a Linux platform and thus concerned by the leaking ISO-8859-1 characters greater than 128. I think the bug is already in the bug tracking system. Now I've found out, that among the Transcoders ( in src/util/Transcoders ) there are realizations for Win32, IBM390, IBM400, Mac and a standard Iconv, which is probably used by Linux OS. IconvTransService has a function XMLTranscoder* makeNewXMLTranscode( const XMLCh* const encodingName, ... ) which is not fully implemented ( it just returns a 0 ). This would explain the behaviour. I thought to build a new TransService, perhaps called LinuxTransService, derived from IBM390, which seems to be fairly close to what we expect. My question is now, if there is already someone implementing the Linux - Transservice? Or is there perhaps a realizations around? Bye, Andreas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
