Codebase list libemail-mime-kit-perl / 9bb6725
charset UTF-8, not utf-8 They are equivalent, but David Golden was giving me that sideeye... Ricardo Signes 9 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
275275 $body_type = 'body_str';
276276
277277 $attr{encoding} ||= 'quoted-printable';
278 $attr{charset} ||= 'utf-8'
278 $attr{charset} ||= 'UTF-8'
279279 } elsif (($arg->{body} || '') =~ /\P{ASCII}/) {
280280 $attr{encoding} ||= 'base64';
281281 }