To me it should be a simple task. Insert <65k of text in Unicode or even simple ASCII format into a column of type 'text' by using a GUI client like SQLyog or MySQLCC and then extract it when needed by my web page without loosing everything I put in after a certain character or character sequence.

You say you are using a web application; are you sure that you're sending the page as UTF-8? Which Content-type header are you sending?


And if you are receiving form-submitted text(I don't know anything about SQLyog nor MySQLCC) perhaps this page might help:

http://ppewww.ph.gla.ac.uk/~flavell/charset/form-i18n.html

HTH,
brian

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to