Summary | Encode problem in full name |
Queue | Horde Base |
Queue Version | 3.2.1 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | voyager (at) centrum (dot) cz |
Created | 07/04/2008 (6224 days ago) |
Due | |
Updated | 07/09/2008 (6219 days ago) |
Assigned | 07/04/2008 (6224 days ago) |
Resolved | 07/07/2008 (6221 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
iconv of mbstring extensions/libraries. But since Horde is generally
converting the characters correctly, this is not a bug in Horde.
iconv and mbstring in function _convertCharset($input, $from, $to) in
String.php file and it works! full name shows perfectly all character.
Of course any other conversions in sidebar or Inbox mails shows all
national characters wrong. Is it conversion for Main Horde page
different from conversion for sidebar and inbox mails? I have
$nls['defaults']['charset'] = 'ISO-8859-2'; in nls.php but in
_prefs_hook_fullname $ldapcharset I must set Windows-1250 because with
'ISO-8859-2' it didn't work. Maybe here is a problem. Do you have any
suggestions?
State ⇒ Not A Bug
iconv of mbstring extensions/libraries. But since Horde is generally
converting the characters correctly, this is not a bug in Horde.
non-ascii character? I have no idea how we could help you in this
case, because we don't do the charset conversion ourselves, of course.
this character display wrong. So, again by words it is 'n' with
caron(Unicode: 02C7) above. I don´t understand why this is do only
with this one character :(
Priority ⇒ 1. Low
State ⇒ Feedback
non-ascii character? I have no idea how we could help you in this
case, because we don't do the charset conversion ourselves, of course.
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Encode problem in full name
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
full names show correctly except one, it is a 'ò' character, it show
two question mark ?? instead. I try to change convertCharset in
prefs_hook_fullname but nothing do all right. I also try to unlock
prefs fullname and write name correctly but with same result.