[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Re: Strange Behaviour for DBCS Support
In GNUJSP 0.9.10, you can set a new init argument:
defaultcontenttype
The default value of this argument is "text/html".
In your case, your should not use the default value.
Instead, change it to "text/html;charset=Shift_JIS".
Hope this helps.
Regards,
Patrick Yee
Nexcel Limited
On Thu, 15 Jul 1999, Simon Dubey wrote:
> Hello I have loaded and running Apache with gnujsp on both Unix and NT.
>
> When I have a .jsp file like the example
>
> <HTML>
> <TITLE japanese text </TITLE>
> </HTML>
>
> Then when retrieved from the Unix web server the japanese text displays
> correctly however on NT is does not !!
>
> The generated .java file shows that on Unix the japanese text appears to
> be EUC, but on NT it appears to be Unicode.
>
> Is this a bug, or is there something else that I should be doing ??
> Regards Simon.
>