Re: Transcoder::canTranscodeTo behavior

2001-09-27 Thread Dean Roddey
l Message - From: "Geoff Coffey" <[EMAIL PROTECTED]> To: "xerces c dev" <[EMAIL PROTECTED]> Sent: Wednesday, September 26, 2001 11:02 PM Subject: Transcoder::canTranscodeTo behavior > We're using xerces on Mac OS and the implementation of > MacOSTr

Transcoder::canTranscodeTo behavior

2001-09-26 Thread Geoff Coffey
We're using xerces on Mac OS and the implementation of MacOSTranscoder::canTranscodeTo() needs some work. Right now it simply returns true in all cases, which is obviously not a good thing. I've modified the implementation and it is working well, but there is something I don't understand. The Win