Closed
Bug 353778
Opened 19 years ago
Closed 12 years ago
German Umlaute in URL are treated wrongly
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: rbund, Assigned: smontagu)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.8.1b2) Gecko/20060821 Firefox/2.0b2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.8.1b2) Gecko/20060821 Firefox/2.0b2
With 2.0 Beta 2 we found that Umlaute in URL are treated wrongly. This bug corresponds to the one described under http://forums.mozillazine.org/viewtopic.php?t=457152&highlight=umlaut for Seamonkey
The Umlaute are wrongly interpreted.
The HREF:
<a href="/techwiki/index.php/Debug-Anweisungen_f%C3%BCr_SQL/OQL_Statements" title="Debug-Anweisungen für SQL/OQL Statements">
Is interpreted by Firefox as:
http://lichte.ep.de/techwiki/index.php/Debug-Anweisungen_f%C3%83%C2%BCr_SQL/OQL_Statements
Which results in an error.
When you change the URL in the browser manually to:
http://lichte.ep.de/techwiki/index.php/Debug-Anweisungen_f%C3%BCr_SQL/OQL_Statements
The page is found.
Reproducible: Always
Updated•19 years ago
|
Component: General → Internationalization
Product: Firefox → Core
Version: unspecified → Other Branch
Updated•19 years ago
|
Assignee: nobody → smontagu
QA Contact: general → i18n
| Assignee | ||
Updated•19 years ago
|
Whiteboard: DUPEME
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•