diff options
Diffstat (limited to 'mail/openpgp-utils.c')
-rw-r--r-- | mail/openpgp-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/openpgp-utils.c b/mail/openpgp-utils.c index d5ab123e09..ff74596f6c 100644 --- a/mail/openpgp-utils.c +++ b/mail/openpgp-utils.c @@ -1167,7 +1167,7 @@ openpgp_verify (const gchar *in, gint inlen, const gchar *sigin, gint siglen, Ca charset = getenv ("CHARSET"); if (!charset) - charset = "US-ASCII"; + charset = "ISO-8859-1"; cd = iconv_open ("UTF-8", charset); |