Ajax with hebrew char send to sql server
Ajax with hebrew char send to sql server
inonsha
Posts: 5Questions: 4Answers: 0
I just started to using editor with .net
i have an issue that i can't figure out,
once i send data to sql server (update or insert) the data sent as html character encoding
for example "אבג" saved on sql as html character encoding.
What do i need to change to resolve this?
Thanks.
This discussion has been closed.
Answers
Hi @inonsha,
This is probably a UTF-8 issue. Take a look at this thread here, there's a couple of discussion on things to look at.
Hope that helps,
Cheers,
Colin