So, I'm using SharePoint's SPUtility.SendEmail() to send an email with non-ascii characters in the subject line. The problem is that the Icelandic character 'ð' is scrambled to '?'. This only happens in the subject line, the message body is fine.
The problem does not seem to be with the email client, since the problem appears both in Gmail and Lotus Notes.
The server's regional settings are set to Icelandic.
Any ideas?