CLOB is probably better for what you want.Also, make sure the table is declared UTF-8 (or Unicode or whatever mysql calls it.)
virtas wrote:
As it turns out issue was somewhere in mysql. Not sure exactly where, but something to do to with BLOB. Now, I changed text field from BLOB to varchar and started using mysql_real_escape_string in my php code and all started working just fine. Thanks for the help