Summary | Wicked looses umlauts inside Wiki Links |
Queue | Wicked |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | toni.viemero (at) iki (dot) fi |
Created | 11/22/2004 (7507 days ago) |
Due | |
Updated | 12/02/2004 (7497 days ago) |
Assigned | |
Resolved | 11/23/2004 (7506 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
problems all over my Horde installation.
All problems, including this bug, disappear when I comment out
$charset = 'UTF-8'; in framework/NLS.php.
if ($browser->hasFeature('utf') &&
(Util::extensionExists('iconv') ||
Util::extensionExists('mbstring'))) {
// $charset = 'UTF-8';
}
State ⇒ Not A Bug
Text_Wiki. Please report a bug there (http://pear.php.net/Text_Wiki).
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Wicked looses umlauts inside Wiki Links
Queue ⇒ Wicked
This displays as "Konekannan yll?pito" (auml) in Firefox (UTF-8) and
as "Konekannan yll[]to" in IE 6 ([] as in a square box).
On the same page the headings with umlauts are ok with both browsers.