You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xerces.apache.org by sysiphus <sy...@hotmail.com> on 2000/02/23 01:54:54 UTC

[BUG] XMLString::toUpperCase doesn't work

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