Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How well is UTF-8 supported in email?

Tags:

email

utf-8

How well is UTF-8 supported in various email clients?

I know it was somewhat of a problem five or so years ago -- but is it still something we should worry over?

I am wondering if I should re-encode strings to some other encoding before sending. For example, Russian text would be stored as UTF-8 but when sending email notifications, I could just re-encode it on-the-fly as ISO-8859-5.

like image 946
chroder Avatar asked Apr 11 '09 23:04

chroder


2 Answers

Here is a comparison of just about every email client and whether it supports UTF-8

Plus, wikipedia says:

The Internet Mail Consortium (IMC) recommends that all email programs be able to display and create mail using UTF-8.

But you can also send an email in multiple formats, if you want.

like image 67
John Ellinwood Avatar answered Oct 13 '22 12:10

John Ellinwood


The only place I've found where UTF-8 can be problematic is Japan, where at least a couple of years ago many web mail services and older mobile devices still couldn't cope with it smoothly. It's a bit sad, particularly as the native multibyte encodings (Shift-JIS, ISO-2022-JP etc.) are uniformly awful.

Other East Asian countries with multibyte character sets may also be affected.

like image 38
bobince Avatar answered Oct 13 '22 11:10

bobince