Hi all,
I have entered japanese data in oracle database from TOAD and pl sql developer.
When i try to view it from JSP it shows junk.
How to solve it?
Please help!!!
Anita
Printable View
Hi all,
I have entered japanese data in oracle database from TOAD and pl sql developer.
When i try to view it from JSP it shows junk.
How to solve it?
Please help!!!
Anita
Seems link the character encoding needs to be changed. Instead of unicode you would probably need Big-5 for Chinese or SJIS for Japanese
UNICODE should do it, but the underlying system needs to support it. E.g. you need a character set that actually contains ideograms.