On Fri, Sep 28, 2012 at 11:11:51AM +0200, Titanus Eramius wrote: > Viktor Dukhovni <postfix-us...@dukhovni.org> wrote: > > > > "postconf -b" just stuffs the raw bits down your terminal, so this > > just means that your terminal charset matches the encoding of Danish > > characters in the file. What is your "$LANG" environment variable > > set to? It may also be helpful to post any related "LC_*" variables. > > I see. Then it makes better sense, especially because $LANG is set to > Danish together with most of the LC_'s: > > titanus@machine:~$ locale > LANG=da_DK.UTF-8 > LC_CTYPE="da_DK.UTF-8" > [ ... ]
The underlying character-encoding is "utf-8". Since the MIME charset attribute specifies a character-encoding, rather a combination of language and character-encoding, what goes into the template is: Charset: UTF-8 https://tools.ietf.org/html/rfc3629#section-8 -- Viktor.