[Tickets #9529] Re: json_encode(): Invalid UTF-8 sequence in argument

bugs at horde.org bugs at horde.org
Tue Jan 25 13:02:15 UTC 2011


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

Ticket URL: http://bugs.horde.org/ticket/9529
------------------------------------------------------------------------------
  Ticket             | 9529
  Updated By         | rsalmon at mbpgroup.com
  Résumé             | json_encode(): Invalid UTF-8 sequence in argument
  Queue              | Horde Framework Packages
  Version            | Git master
  Type               | Bug
  État               | Resolved
  Priorité           | 2. Medium
  Milestone          |
  Patch              |
  Propriétaire       | Horde Developers, Michael Slusarz
------------------------------------------------------------------------------


rsalmon at mbpgroup.com (2011-01-25 08:02) wrote:

> Changes have been made in Git for this ticket:
>
> Bug #9529: Fix undefined error
>
> http://git.horde.org/horde-git/-/commit/c28f2bd6adf2be0645a80fdd5065e0402b1d7e51

typo ?
-             
$ob->setDescription(Horde_Mime::decode($data['description']), 'UTF-8');
+             
$ob->setDescription(Horde_Mime::decode($data['description'], 'UTF-8'));






More information about the bugs mailing list