| 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 ![]() |
| Milestone | |
| Patch | No |
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
Summary ⇒ JSON serialization bug
Assigned to
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.
New Attachment: horde-sidebarencode.patch
Patch ⇒ 1
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Encode problem on Sidebar using pt_BR.
Type ⇒ Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
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.