But that bug would have only affected platforms using the Iconv transcoder,
i.e. one of the Unixes. So if it happened on Win32 or some other platform
that does not Iconv, then it would be some other issue.
----------------------------------------
Dean Roddey
Software Weenie
IBM Center for Java Technology - Silicon Valley
[EMAIL PROTECTED]
Bill Schindler <[EMAIL PROTECTED]> on 02/16/2000 03:42:33 AM
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:
Subject: Re: xml4c3_0_0 questions
Marc <[EMAIL PROTECTED]> wrote:
> Type:RuntimeException, Message:Could not create a
> converter for encoding: iso-8859-1
I think the patch that I just sent to the list fixes this problem. The
upperCase function in the transcoder isn't working correctly, so xerces is
not
recognizing the encoding. With the current build, try changing the encoding
to
uppercase ("ISO-8859-1") and it should work.
--Bill