Re: pageEncoing and contentType

2004-04-21 Thread seiji takegata
asper translates it to charset, which I don't want. By the way, I don't believe that spec is always right. I want to know the reason why the spec describes so. -- seiji takegata [EMAIL PROTECTED] - To unsubscribe, e-mai

Re: pageEncoing and contentType

2004-04-21 Thread seiji takegata
you can specify charset string by other means if necessary. > This will happen not only for PDF files but image files or what ever. > > Am I wrong? > > > seiji takegata wrote: > > > Hi, > > > > > > I'm trying to generate PDF document from JSP, using

Re: pageEncoing and contentType

2004-04-20 Thread seiji takegata
d be: "application/pdf; charset=iso-8859-1" If you specify: <%@ page contentType="application/pdf" pageEncoding="Shift_JIS" %> then: "application/pdf; charset=Shift_JIS" (ouch!) else if: <%@ page contentType="application/pdf"%> "ap

Re: pageEncoing and contentType

2004-04-20 Thread seiji takegata
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. -- seiji takegata [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: pageEncoing and contentType

2004-04-20 Thread seiji takegata
appen not only for PDF files but image files or what ever. Am I wrong? > seiji takegata wrote: > > Hi, > > > > I'm trying to generate PDF document from JSP, using itext library. > > (http://www.lowagie.com/iText/) > > > > I set contentTy

pageEncoing and contentType

2004-04-19 Thread seiji takegata
post this question to tomcat-dev list. This is my first message to this list. Thanks you. -- seiji takegata [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]