> I'm having some problems with the jquery form plugin.
> I'm taking input from a textarea and sending it to a mysql db with an ASP
> script.
> If I enter this text:
> Some

Data sent via ajax is encoded in UTF-8 (using JavaScript's
encodeURIComponent function).  If you require a different encoding you
will need to convert it on the server (ie: before updating the db).

Mike

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to