Body charset and header charsets have nothing to do with each other. In fact, according to the RFCs, it's completely possible for a single header to contain a bunch of different charset encodings.
For example: Subject: =?iso-8859-1?q?=20?= =?windows-1251?q?=20=88=20?= =?iso-8859-8?b?AFb4e/8==?= It really has nothing to do with fonts. The reason Evolution uses windows-1251 is presumably because that is the first charset that it comes across that contains the euro character and that also contains ( and ). If you mix the euro character with characters only found in iso-8859-15, then Evolution would be forced to use iso-8859-15, but since it is mixed with characters also found in windows-1251, it uses windows-1251. There's really no use arguing over this because it's not an issue, it is completely valid according to the rfcs and it also "Just Works". Jeff On Sat, 2002-01-05 at 02:58, Alexander Skwar wrote: > So sprach �Jeffrey Stedfast� am 2002-01-04 um 19:16:16 -0500 : > > actually that's not a bug at all, so long as the charset that evo > > chooses contains the chars that need to be represented, it really > > doesn't much matter. > > Hm - how many people do have windows-1251 fonts installed? I suppose > that's much fewer than people with iso-8859-15 fonts. > And why isn't Evo. using the same charset it uses for the body? > > Alexander Skwar > -- > How to quote: http://learn.to/quote (german) http://quote.6x.to (english) > Homepage: http://www.iso-top.de | Jabber: [EMAIL PROTECTED] > iso-top.de - Die g�nstige Art an Linux Distributionen zu kommen > Uptime: 19 days 15 hours 58 minutes > > _______________________________________________ > evolution maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/evolution -- Jeffrey Stedfast Evolution Hacker - Ximian, Inc. [EMAIL PROTECTED] - www.ximian.com _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
