Modify ↓
Opened 7 years ago
Closed 7 years ago
#13335 closed defect (duplicate)
Non-ASCII characters in messages are handled incorrectly
Reported by: | Owned by: | Peter Suter | |
---|---|---|---|
Priority: | low | Component: | OnSiteNotificationsPlugin |
Severity: | minor | Keywords: | unicode |
Cc: | f.poloni@… | Trac Release: | 1.2 |
Description
The plugin fails to send notifications in the case when the ticket summary contains non-ASCII characters.
INotificationFormatter.format produces a bytestring (because it is meant to be sent via e-mail, I presume), which cannot be inserted into the database directly (and the DB insertion in OnSiteMessage.add fails).
Attachments (0)
Change History (2)
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Is this still a problem with the latest version of the plugin? It seems like a duplicate of #13196. Please reopen otherwise.
Note: See
TracTickets for help on using
tickets.
Quick fix: