Ticket #3370 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

Email character set should be 'UTF8' and not 'utf-8'

Reported by: tdb01r Assigned to:
Priority: Intend to Milestone: EPrints 3.0.6
Component: EPrints Core Version: 3.0
Severity: normal Keywords:
Cc:

Description

Reported by Volker Schallehn

In EPrints 3.0.5 in perl_lib/EPrints/Email.pm it should be

$text->attr('content-type.charset' => 'utf-8');
...
$html->attr('content-type.charset' => 'utf-8');

instead of

$text->attr('content-type.charset' => 'UTF8');
...
$html->attr('content-type.charset' => 'UTF8');

It's in 'sub build_email'.

Otherwise some mail programs like MS Outlook will not display e.g.
german umlauts properly.


Volker

Change History

2008-05-12 14:30:50 changed by tdb01r

  • status changed from new to closed.
  • resolution set to fixed.

Resolved in r3582.

Unless explicitly stated otherwise all content © University of Southampton 2007.