I've allready tried that, but the results are the same. I've changen the mysql db to use utf-8 Changed the html page <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> And the ASP part Response.charset="utf-8"
Shouldn't that do the trick... or do i need to change it somewhere else ? -- Regards Michael malsup wrote: > >> 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 > [email protected] > http://jquery.com/discuss/ > > -- View this message in context: http://www.nabble.com/textarea-newline-jquery-form-tf3253533.html#a9046482 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
