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 Win32Transcoder::canTranscodeTo()
implementation does some checks up front to determine if the character is a
surrogate pair. I don't understand exactly what this means, or if I should
be concerned with this. The toCheck parameter is an unsigned int. What
exactly is being passed in? Right now I'm simply casting it to an XMLCh and
trying to transcode it. Is this enough?

Also, assuming I get this right, what do I need to do to get my changes back
to xml.apache.org so others don't have to spend the time on it? I'm very new
to all this...

Any help would be appreciated!

Thanks,

Geoff


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to