Ajax with hebrew char send to sql server
Ajax with hebrew char send to sql server
![inonsha](https://secure.gravatar.com/avatar/a398e019310f794a90b68ff5423e0b58/?default=https%3A%2F%2Fvanillicon.com%2Fa398e019310f794a90b68ff5423e0b58_200.png&rating=g&size=120)
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