Skip to content

Commit

Permalink
Best default is to assume message source is UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Mar 31, 2014
1 parent 53a92b9 commit d553ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Contents/View.php
Expand Up @@ -189,7 +189,7 @@ public function viewSource()
'stream' => true
)),
'name' => _("Message Source"),
'type' => 'text/plain'
'type' => 'text/plain; charset=UTF-8'
);
}

Expand Down

0 comments on commit d553ebd

Please sign in to comment.