#2503 closed defect (fixed)
The character set of e-mail is 'us-ascii'. Therefore, I can't see any korean character.
| Reported by: | Owned by: | Robert Corsaro | |
|---|---|---|---|
| Priority: | high | Component: | AnnouncerPlugin |
| Severity: | major | Keywords: | characterset |
| Cc: | jyder4@… | Trac Release: | 0.11 |
Description
I can't see any korean character of e-mail(text/html) from announcer. Because, the character set of the e-mail is 'us-ascii'.
In my opinion, the character set would be changed to 'utf-8'.
Attachments (2)
Change History (9)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
| Owner: | changed from Stephen Hansen to Robert Corsaro |
|---|
comment:4 Changed 17 years ago by
related #2969
I don't use foreign characters. If someone could test this by changing us-ascii to utf-8, then submit a patch, I will commit it.
Changed 17 years ago by
| Attachment: | announcerplugin-internationalized-chars.diff added |
|---|
declare charset on outgoing e-mail messages
Changed 17 years ago by
| Attachment: | announcerplugin-internationalized-chars-and-enable-tls.diff added |
|---|
Internationalized chars AND actually use the use_tls setting
comment:5 Changed 17 years ago by
The patch at announcerplugin-internationalized-chars.diff provides charset declaration for the body and the subject of e-mail messages for the AnnouncerPlugin. The charset setting is read from [main] > default_charset in trac.ini.
The patch at announcerplugin-internationalized-chars-and-enable-tls.diff also fixes #3560.
comment:6 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
(In [4154]) fixes #2503 and #3560, thanks leorochael



patch is welcome.