Page MenuHomePhabricator

Opera quicksearch problem wikipedia
Closed, DeclinedPublic

Description

Author: rotzzumir

Description:
Hey,
I found an error - surely not an wikipedia problem, but a HTML- or browser-problem:
When using Opera quicksearch (typing "w <<keyword>>") and typing special characters, such as german äöü
(very often used in german language) or french é (for example) - it is displayed as an rectangle - and the
search will have no result.

I created a very simple PHP-debug once for my webpages (wikipedia is in PHP, right ?):
[PHP]
$_GET['search'] = preg_replace("'" . chr(195) . "(.)'e", "chr(ord(\\1) + 64)", $_GET['search']);
[/PHP]

would be great if you plug this little peace in yout code - its not only me in germany (or surely in the
world) having this "problem"


Version: unspecified
Severity: normal
OS: Windows XP
Platform: PC

Details

Reference
bz947
TitleReferenceAuthorSource BranchDest Branch
Avoid incorrect mw.org user page URIs on Phab profilerepos/phabricator/extensions!28aklapperT294719extUserPageURIswmf/stable
Customize query in GitLab

Revisions and Commits

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 7:02 PM
bzimport set Reference to bz947.
bzimport added a subscriber: Unknown Object (MLST).

From your sample code, Opera seems to be sending data encoded as UTF-8 but en.wikipedia.org is 8-bit latin-1.

Michael.Keppler wrote:

Works for me using Opera 8.0 on en.wikipedia/Umlaut.

Closing bug.

epriestley added a commit: Unknown Object (Diffusion Commit).Mar 4 2015, 8:21 AM