Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

Whenever I compose a new email message in Thunderbird, it defaults to the Western (ISO-8859-1) encoding, and I have to manually change it to UTF-8 every time.

How do I change the default?

share|improve this question

3 Answers

up vote 17 down vote accepted

Tools → Options → Display → Formatting → Fonts → Advanced... → Character Encodings → Outgoing Mail:

Screenshot

share|improve this answer
Aha! Thanks! – hpy May 26 '11 at 15:30
Well, that is somewhat illogical to put it there … Thanks! – queueoverflow Mar 31 '12 at 20:22
In linux it's Edit > Preferences > Display... – ChocoDeveloper Feb 2 at 3:20

For Thunderbird 17 on the Mac, you can find this setting at:

Thunderbird > Preferences > Display > Formatting > Advanced

Look at the Character Encodings section, as seen here:

enter image description here

share|improve this answer

On Mac OS X you have to use the Config Editor (also know as about:config) found in Preferences -> Advanced -> General. Change the value of the preference named mailnews.send_default_charset to UTF-8.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.