jquery post work with hebrew (unicode) but not with spaces, get not working with hebrew but does spa

Posted by Y.G.J on Stack Overflow See other posts from Stack Overflow or by Y.G.J
Published on 2010-03-13T09:47:45Z Indexed on 2010/03/13 9:55 UTC
Read the original article Hit count: 652

Filed under:
|
|
|
|

i have tried load and hebrew didn't work for me so i changed my code to

    $.ajax({
        type: "post",
        url: "process-tb.asp",
        data: data,
        success: function(msg)

(partial code)

not knowing that post and get is the problem for my hebrew querystring. so know i can get my page to get the hebrew and english but no spaces are add to the text.

all pages are encoded to utf-8.

what is wrong with it?

© Stack Overflow or respective owner

Related posts about hebrew

Related posts about unicode