[#6956] JSON serialization bug
Summary JSON serialization bug
Queue Horde Framework Packages
Queue Version HEAD
Type Bug
State Assigned
Priority 1. Low
Owners Horde Developers
Requester samuel (at) debian-ce (dot) org
Created 06/19/2008 (116 days ago)
Due
Updated 08/26/2008 (48 days ago)
Assigned 08/01/2008 (73 days ago)
Resolved
Attachments horde-sidebarencode.patch Download
Milestone
Patch No

History
08/26/2008 cosmefula (at) gmail (dot) com Comment #4 Reply to this comment

I experienced a similar problem trying Horde Groupware Webmail
Edition 1.0.1, 1.1 RC and 1.1, with locale es_ES.
Which browser did you use for your tests?

Atleast older versions of konqueror < 3.5.8 will show broken translations:
https://bugs.kde.org/show_bug.cgi?id=145562
My desktop was a Windows XP SP2 machine and I tested with IE 7.0 and 
Firefox 2.0.0.14. I think I also tried Opera but I'm not sure.
08/26/2008 Thomas Jarosch Comment #3 Reply to this comment
I experienced a similar problem trying Horde Groupware Webmail
Edition 1.0.1, 1.1 RC and 1.1, with locale es_ES.
Which browser did you use for your tests?

Atleast older versions of konqueror < 3.5.8 will show broken translations:
https://bugs.kde.org/show_bug.cgi?id=145562

08/01/2008 Jan Schneider State ⇒ Assigned
Summary ⇒ JSON serialization bug
Assigned to Horde DevelopersHorde Developers
 
06/24/2008 cosmefula (at) gmail (dot) com Comment #2 Reply to this comment
Hi, Samuel.
I experienced a similar problem trying Horde Groupware Webmail Edition 
1.0.1, 1.1 RC and 1.1, with locale es_ES.
The words with "extended" characters on the sidebar display wrong, 
while the same words in other part of the pages show the right 
characters.
In my case, the wrong words show an asian character instead of the 
spanish "extended" one.
The solution was to add recommended json pecl package to my php installation.
I don't know how to track down the problem, but your posting gave me a clue.
Best regs,
Cosme.


Trying Horde Groupware Webmail Edition 1.1 (and 1.1.1), with locale
pt_BR the words with accent on sidebar display wrong, like:
Administration item, in pt_BR the correct is: Administração
In Horde-1.1.1 it shows:
Administraç00ã00o

Tracking down i got into JSON.php serialize lib, the patch is working
for me, but i doubt it will works for anyone else.
06/19/2008 samuel (at) debian-ce (dot) org Comment #1
New Attachment: horde-sidebarencode.patch Download
Patch ⇒ 1
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Encode problem on Sidebar using pt_BR.
Type ⇒ Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Reply to this comment
Trying Horde Groupware Webmail Edition 1.1 (and 1.1.1), with locale 
pt_BR the words with accent on sidebar display wrong, like:
Administration item, in pt_BR the correct is: Administração
In Horde-1.1.1 it shows:
Administraç00ã00o

Tracking down i got into JSON.php serialize lib, the patch is working 
for me, but i doubt it will works for anyone else.