Foreign characters in email

I’m loading some data off a csv into mysql and I’m noticing that some of the emails have foreign characters which aren’t processing correctly. How is this addressed? Thanks. -E

Through consistency (the MySQL database, MySQL table, MySQL CONNECTION encoding should ALL be set to utf8, or whatever encoding hte mails are in), and by avoiding using any PHP string manipulation functions, because they’re not safe for multibyte encodings.