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;
Chris - 26 Nov 2006 21:06 GMT
> Hi
> I have Problem with jsp in farsi;
[quoted text clipped - 4 lines]
> 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.