[Tickets #4703] Re: response message - partial bad coding
bugs@bugs.horde.org
bugs at bugs.horde.org
Tue Dec 5 00:14:17 PST 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4703
-----------------------------------------------------------------------
Ticket | 4703
Updated By | yvon.lafaille at limousin.iufm.fr
Summary | response message - partial bad coding
Queue | IMP
Version | 4.1.3
Type | Bug
State | Assigned
Priority | 2. Medium
Owners | Michael Slusarz, Jan Schneider
-----------------------------------------------------------------------
yvon.lafaille at limousin.iufm.fr (2006-12-05 00:14) wrote:
> Fixed.
I applied the fix of Jan Schneider (11/28/2006) to my test installation
(imp-4.1.5 stable)
replacing
"$msg = $this->_expandAttribution($prefs->getValue('attrib_text'), $from,
$h) . "\n\n" . $msg;"
with
"$msg =
$this->_expandAttribution(String::convertCharset($prefs->getValue('attrib_text'),NLS::getCharset(),
$old_part->getCharset()), $from, $h) . "\n\n" . $msg;"
line 355 in ./imp/lib/Compose.php
Even after applying this fix, the bug is still remaining in some case in
the stable version (imp-4.1.3).
My default charset is "iso-8859-1".
When I am replying to a message written in charset "iso-8859-1", it is
correct :
"a écrit :"
But when I am replying to a message written in charset "utf8", I still see
the bug :
"a écrit :"
More information about the bugs
mailing list