Hi jean, Thank you for your reply.
On BS2000 I use the following for native jsp:
+++
<?xml version="1.0" encoding="OSD_EBCDIC_DF04_1"?>
<%@ page session="false" pageEncoding="OSD_EBCDIC_DF04_1" contentType="text/html; charset=iso-8859-1" %>
+++
I tried, but it did not help. I'm trying to generate a binary content, not html.
That's why I don't want to add charset string to content-type.
Ok. My example was show how to use a different charset and pageEncoding.
But what you want is to prevent the pageEncoding beeing use as charset... No easy as for the moment Tomcat puts the pageEncoding in the charset ;-(.
Would make sense not to put the "; charset=ISO-8859-1"? That would help you and should have no side effects on browsers.
-- seiji takegata [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]