> You can define XALAN_USE_XERCES_LOCAL_CODEPAGE_TRANSCODERS
> to bypass this call to mbstowcs during the build
> process.

I think we may be relying on non-standard behavior here, so it might be
best if we transitioned _all_ our platforms to just use the Xerces
transcoder.

We can further remove this dependency by using pre-transcoded strings built
from the characters defined in XalanUnicode.  We already do this in many
places, and it is a much safer way of doing things.

Dave

Reply via email to