Reply to Re: question about php script handling/displaying UTF8 email
Posted by chris_fieldhouse@hotmail.com on 01/24/06 16:21
Yes I am storing it in a MySQL database,
I wonder if it would be safer just to store the body text in the DB as
a 'blob', cos I wonder just how messed up the text gets if trying to
store utf-8 as a text field.
I'll try Andrew's detection/encode functions as well as using a blob
field and report back.