Summary | JSON serialization bug |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | samuel (at) debian-ce (dot) org |
Created | 06/19/2008 (6202 days ago) |
Due | |
Updated | 04/17/2009 (5900 days ago) |
Assigned | 08/01/2008 (6159 days ago) |
Resolved | 04/17/2009 (5900 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
Version ⇒ Git master
Since this is a requirement for Horde 4, there is nothing to do here.
Edition 1.0.1, 1.1 RC and 1.1, with locale es_ES.
Atleast older versions of konqueror < 3.5.8 will show broken translations:
https://bugs.kde.org/show_bug.cgi?id=145562
Firefox 2.0.0.14. I think I also tried Opera but I'm not sure.
Edition 1.0.1, 1.1 RC and 1.1, with locale es_ES.
Atleast older versions of konqueror < 3.5.8 will show broken translations:
https://bugs.kde.org/show_bug.cgi?id=145562
State ⇒ Assigned
Summary ⇒ JSON serialization bug
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.
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.
Priority ⇒ 1. Low
State ⇒ Unconfirmed
New Attachment: horde-sidebarencode.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Encode problem on Sidebar using pt_BR.
Type ⇒ Bug
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.