Summary | .vacation.msg encoding problem |
Queue | Vacation |
Queue Version | 3.0 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | julien.savoie (at) usainteanne (dot) ca |
Created | 02/23/2007 (6740 days ago) |
Due | 02/24/2007 (6739 days ago) |
Updated | 02/28/2007 (6735 days ago) |
Assigned | |
Resolved | 02/28/2007 (6735 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ .vacation.msg encoding problem
Due ⇒ 02/24/2007
Queue ⇒ Vacation
New Attachment: forwards.diff
latin1. This is kinda bad on people who are using multiple languages
and are using UTF-8 encoding. As the .vacation.msg ends up being
dropped with whatever the default character encoding is on the server.
This patch simply converts whatever that encoding is to latin1. As
this is the format that the vacition program expects to find. The
patch also converts back to the encoding of the site when viewing the
vacation information.