Hello, When trying to parse a XML doc, i've faced the following message 'Could not create a converter for encoding: ascii'
I've tracked this bug to the fact that XMLString::toUpperCase() doesn't do what it's supposed to, thus the encoding name 'ascii' doesn't get changed to 'ASCII' and no transcoder is found ... I've used the following configure script ./runConfigure -plinux -cgcc -xc++ This bug didn't appear in version 1.0.0 thanks J. Cameijo Cerdeira
