I need to convert the UTF8  code format in Oracle database to be displayed
in the imode browser which
supports only SHIFT_JIS or EUC_JP formats.
How to do that?
Regards
MuthuKumar PB

Note
I use the conventional java.Lang.String
methods(i.e.String.getBytes("UTF8")and
String (byte[],"SJIS") constructor).to accomplish this.
But output is not proper in browser.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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