Hi,
When I save document as .html having japnese language or other lang and
set the charset acc to ut8 it works fine.
But when I save it as .jsp and access via bea WLS6 even after setting
charset acc to utf8 , it doesnot show properly the string (static String
containing multilingual chars) .

SO it is not clear that , is there any settings in WLS, which have to
enable.

Looking for answer.

Hamid Hassan
Software Engineer.
Visualsoft

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]] On Behalf Of Bob Vu
Sent: Sunday, September 09, 2001 12:35 PM
To: [EMAIL PROTECTED]
Subject: Re: Multi lingual site

Are you using MSSQL?  What JDBC drivers are you using exactly?
Make sure the following are set:

1.  UTF8 setting in database
2.  Type 4 jdbc driver from Weblogic connection pool to database
3.  Use weblogic.jdbc.pool.Driver driver from the JSP client to access
the
connection pool
4.  In the JSP page, set the charset to UTF8

Things should work fine with the above settings.
Expect a bill from me in the mail.

Bob V�


----- Original Message -----
From: "Hamid" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 08, 2001 11:53 AM
Subject: Re: Multi lingual site


> Hi,
> Yes I am using JDBC type4 driver. But didn't know why not showing
proper
> output.
>
> Hamid
> Soft Eng
> Visualsoft
>
> -----Original Message-----
> From: A mailing list about Java Server Pages specification and
reference
> [mailto:[EMAIL PROTECTED]] On Behalf Of Bob Vu
> Sent: Saturday, September 08, 2001 9:30 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Multi lingual site
>
> Check your JDBC driver.  Make sure it is a pure java, type 4 driver
>
> Bob Vu
>
> ----- Original Message -----
> From: "Hamid" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, September 07, 2001 5:05 PM
> Subject: Re: Multi lingual site
>
>
> > Hello,
> > I have to develop Dynamic site supporting multi languages in JSP +
> > Ejb's.
> > 1) But when I write string e.g of japnese in jsp page and execute
via
> > bea's weblogic server it doesnot process properly even using
relevant
> > charset in meta tag. But when saving it as html and direct accesing
> it,
> > it shows accurate results. Will I have to do something in Bea's
server
> > also.
> > 2) Also I used ntext in MSSQL 7 for Unicode. When I apply query
direct
> > to put japnese string in it.It works properly. But when executing
> query
> > via jsp page it gives error and doesnot process the query.
> >
> > If any one who tells the solution, thanx in advance.
> >
> > Hamid Hassan
> > Software Engineer
> > Visualsoft Pvt Ltd
> >
> >
>
========================================================================
> ===
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set
JSP-INTEREST
> DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
>
>
========================================================================
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
========================================================================
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

========================================================================
===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

==========================================================================To 
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to