Edgewall Software
Modify

Ticket #441 (closed defect: fixed)

Opened 8 years ago

Last modified 8 years ago

email from trac have a bad encoding

Reported by: blogv2@… Owned by: jonas
Priority: normal Milestone: 0.7.1
Component: ticket system Version: 0.7
Severity: normal Keywords:
Cc:
Release Notes:
API Changes:

Description

When emails are sent from tickets they are sent with the following header :
Content-Type: text/plain; charset="us-ascii"

We have a project in french and tickets have many non-ascii characters like "é". Those characters are correctly sent in UTF-8 but with charset="us-ascii" many mail client use ISO-8859-1 per default.

To be correctly rendered by mail clients, e-mails should be sent with the following header instead :
Content-Type: text/plain; charset="utf-8"

Attachments

email.utf8.diff (526 bytes) - added by EricDaspet 8 years ago.
diff for correction (worksforme, no more)

Download all attachments as: .zip

Change History

Changed 8 years ago by EricDaspet

diff for correction (worksforme, no more)

comment:1 Changed 8 years ago by jonas

  • Milestone set to 0.7.1
  • Status changed from new to assigned

comment:2 Changed 8 years ago by jonas

  • Resolution set to fixed
  • Status changed from assigned to closed

Fixed in [591]. Thanks for the patch!

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from jonas. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.