Re: Ajax can't receive Chinese code from action of struts2

2007-04-30 Thread David Conrad
On 4/28/07, red phoenix <[EMAIL PROTECTED]> wrote: when ajax receive information which include Chinese code from action of Struts2,ajax will show chinese code into confusion code,but if ajax receive information which include Chinese code from jsp, ajax will show correct Chinese code.I don't know

Re: Ajax can't receive Chinese code from action of struts2

2007-04-29 Thread WongTseng
Maybe you should url-encode them first before sending them to client through ajax response. 2007/4/28, Dave Newton <[EMAIL PROTECTED]>: --- red phoenix <[EMAIL PROTECTED]> wrote: > when ajax receive information which include Chinese > code from action of Struts2,ajax will show chinese > code in

Re: Ajax can't receive Chinese code from action of struts2

2007-04-28 Thread Dave Newton
--- red phoenix <[EMAIL PROTECTED]> wrote: > when ajax receive information which include Chinese > code from action of Struts2,ajax will show chinese > code into confusion code,but if ajax receive > information which include Chinese code from jsp, > ajax will show correct Chinese code.I don't know