Hi there,
as I can see in the old post thread209-1101822 this topic has been up before but no answers were given.
I too have the same problem with the XML parser not being able to handle the encoding='UTF-16' IBM-1200 ibm-1200 etc. It always fails on the encoding part. Like mentioned in the old post.
I have ofc added the encoding-declaration in the xml-handler, but it just doesn't work. When I leave the encodring part out it parses just fine, but when ever I try to set one up it fails. Gives me the exception code 70:
<zip>
The basic document encoding was EBCDIC, and the document encoding declaration specified a supported EBCDIC encoding, but the CODEPAGE compiler option did not specify a supported EBCDIC code page.
</zip>
Have anyone found an answer to this yet or do you guys just leave out the encoding part? ;-)
Regards
Jacob
as I can see in the old post thread209-1101822 this topic has been up before but no answers were given.
I too have the same problem with the XML parser not being able to handle the encoding='UTF-16' IBM-1200 ibm-1200 etc. It always fails on the encoding part. Like mentioned in the old post.
I have ofc added the encoding-declaration in the xml-handler, but it just doesn't work. When I leave the encodring part out it parses just fine, but when ever I try to set one up it fails. Gives me the exception code 70:
<zip>
The basic document encoding was EBCDIC, and the document encoding declaration specified a supported EBCDIC encoding, but the CODEPAGE compiler option did not specify a supported EBCDIC code page.
</zip>
Have anyone found an answer to this yet or do you guys just leave out the encoding part? ;-)
Regards
Jacob