Using farsi in jsp

E

Ershad

Hi
I have Problem with jsp in farsi;
when I type farsi in my developer (JBuilderX), IE peresent it in farsi
but when I fetching Data from access in farsi and put them in String
Object and put the String Object in <%= %>notation it isnt work and
Peresent ???? instead farsi.
I set charset in utf-8 ;
Please help me;
 
C

Chris

Ershad said:
Hi
I have Problem with jsp in farsi;
when I type farsi in my developer (JBuilderX), IE peresent it in farsi
but when I fetching Data from access in farsi and put them in String
Object and put the String Object in <%= %>notation it isnt work and
Peresent ???? instead farsi.
I set charset in utf-8 ;
Please help me;
It's almost certainly an encoding problem. Debug it by checking the
contents of the String before you pass it on to the JSP. If the String
is bad, then it's a problem getting the data from Access. If the String
is good, then it's an encoding problem in your JSP.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,227
Latest member
Daniella65

Latest Threads

Top