[Tickets #9532] Ingo Big problem with MIME::encode and accentuated characters

bugs at horde.org bugs at horde.org
Sat Jan 22 15:49:50 UTC 2011


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/9532
------------------------------------------------------------------------------
  Ticket             | 9532
  Created By         | gerard.breiner at ias.u-psud.fr
  Résumé             | Ingo Big problem with MIME::encode and  accentuated
                     | characters
  Queue              | Ingo
  Version            | 1.2.5
  Type               | Bug
  État               | Unconfirmed
  Priorité           | 3. High
  Milestone          |
  Patch              |
  Propriétaire       |
------------------------------------------------------------------------------


gerard.breiner at ias.u-psud.fr (2011-01-22 10:49) wrote:

This problem happens at the line 489 ingo/lib/Script/maildrop.php.
At this line the code is :
$reason = MIME::encode($params['action-value']['reason'], NLS::getCharset());

The effect of this code is that accentuated characters such as : é è ç  
becomes ?utf-8?b?w6kg?= =?utf-8?b?w6gg?= =?utf-8?b?w6A=?=

The solution (which works very fine) is to replace it by :

$reason = $params['action-value']['reason']);

What do you think about it ?

Thanks in advance....
Best regards...

Gérard Breiner








More information about the bugs mailing list