Summary | removed attachment replacement text is using wrong charset information |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org, slusarz (at) horde (dot) org |
Requester | leena.heino (at) uta (dot) fi |
Created | 03/23/2006 (7078 days ago) |
Due | |
Updated | 04/13/2006 (7057 days ago) |
Assigned | 03/23/2006 (7078 days ago) |
Resolved | 04/12/2006 (7058 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
part is as it should be.
State ⇒ Resolved
Priority ⇒ 2. Medium
Version ⇒ HEAD
used for the gettext messages.
http://lists.horde.org/archives/cvs/Week-of-Mon-20060320/056140.html
utf-8, but charset information in mime headers is iso-8859-1.
NLS::getCharset(true) as the charset of the part which (I think from
the documentation, at least) will return the character set of the
localized text from gettext. Therefore if NLS::getCharset(true) is
returning 'iso-8859-1' instead of 'UTF-8', there might be a problem
with your locale's entry in config/nls.php. Jan, is this right?
http://lists.horde.org/archives/cvs/Week-of-Mon-20060320/056140.html
but charset information in mime headers is iso-8859-1.
Summary ⇒ removed attachment replacement text is using wrong charset information
State ⇒ Feedback
http://lists.horde.org/archives/cvs/Week-of-Mon-20060320/056140.html
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ removed attachment replacement text is using wron charset information
Queue ⇒ IMP
State ⇒ Unconfirmed
replaced with a text/plain attachment that has informational message
about original attachment. Problem is that this informational message
attachment is writen with language the user has chosen to use, but the
charset information is wrong. Imp always adds the informational
message attachment with charset us-ascii. This unfortunately means
that text in the message might be shown as gibberish if the localized
informational message contains any 8-bit characters.