| Summary | Broken language selection menu |
| Queue | Horde Base |
| Queue Version | 3.1.3 |
| Type | Bug |
| State | Not A Bug |
| Priority | 2. Medium |
| Owners | |
| Requester | gmb256 (at) yahoo (dot) com |
| Created | 06/17/2007 (6716 days ago) |
| Due | |
| Updated | 06/19/2007 (6714 days ago) |
| Assigned | 06/17/2007 (6716 days ago) |
| Resolved | 06/17/2007 (6716 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
It completely resolved the issue, and cpanel team also confirms this.
Many thanks!
language should look like this:
// user language
$_prefs['language'] = array(
'value' => '',
'locked' => false,
'shared' => true,
'type' => 'select',
'escaped' => true,
'desc' => _("Select your preferred language:")
);
You're almost certainly missing 'escaped' => true.
State ⇒ Not A Bug
The broken behaviour with 3.1.3 can be demonstrated here:
http://x3demoa.cpx3demo.com:2095/webmail/x3/
username: x3demoa
password: x3demoa
State ⇒ Feedback
<option value="sk_SK">Slovak (Sloven&#x010d;ina)</option>
Of course this can't be recognised as Unicode character, since there's
& instead of single &
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Queue ⇒ Horde Base
Summary ⇒ Broken language selection menu
Type ⇒ Bug
It shows the HTML tags (e.g. č) instead of national characters.
It's interesting however, that on the login screen, the language
selection is OK