At 11:26 AM +0900 99.5.2, Jen Hsiang Huang wrote:
> Where is the page encoding syntax ?
See JSP 0.91 documentation for GNUJSP.
This directive is deleted from JSP 0.92 .
jspspec091/jsp_spec.html#directives
JavaServer Pages Directives
The general syntax of the JavaServer Pages directive is
<%@ (variable="value")+ %>
content_type : The content_type variable defines the content type of
the generated response. By default, a text/html content type is
generated. But the default can be overriden by setting this directive.
When used more than once, only the first tag is significant. An
example is:
<%@ content_type="text/html;charset=UTF-8" %>
> In GNUJSP, I can use
> <%@ content_type="text/html;charset=Big5" %>
>
> but, how to set charactor encoding in JSP 1.0 ?
Is alternative setContentType ? setContentType does not work in GNUJSP.
setContentType(java.lang.String type)
--
Yoshiyuki Kumadaki/ $B7'2{ (B $BA1G7 (B
Web Japan Co.,Ltd / $B!J3t!K%&%(%V%8%c%Q%s (B
<mailto:[EMAIL PROTECTED]>
<http://www.webjp.ne.jp/>
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".