[jQuery] Convert special characters

[jQuery] Convert special characters


I have a form, which sends text through .ajax(); using POST. But for
some reason, it is making special characters into strange text. For
example, when quotes are posted, ’ is received on the other end
instead. Should I be using a special jquery function to convert
special characters? As it seems when using a normal form post this is
not a problem.