PDA

Click to See Complete Forum and Search --> : Displaying Japanese!!!


anita2002
Apr 3rd, 2003, 05:52 AM
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

Dillinger4
Apr 5th, 2003, 01:42 PM
Seems link the character encoding needs to be changed. Instead of unicode you would probably need Big-5 for Chinese or SJIS for Japanese

CornedBee
Apr 15th, 2003, 06:50 AM
UNICODE should do it, but the underlying system needs to support it. E.g. you need a character set that actually contains ideograms.