https://bugzilla.wikimedia.org/show_bug.cgi?id=62040
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #2 from [email protected] --- I will not fix this for various reasons. * The created links are correct. URLs containing Umlauts or anything but ALPHA / DIGIT / "-" / "." / "_" / "~" have to have these characters encoded. Else they do not conform to the applicable standard (http://tools.ietf.org/html/rfc3986#section-2.3) * The HTML code is produced by the PHP DOM module. This module is used by Lingo to efficiently parse the page text for occurrences of glossary terms. There is no option to coerce the module into producing broken HTML. * This issue only applies to URLs of the file: protocol. Other external links work just fine. Try http://www.stupidedia.org/stupi/Heiz%C3%B6lr%C3%BCcksto%C3%9Fabd%C3%A4mpfung * Browsers will (or should) not normally follow local links on websites served from a remote server anyway. That said, I am willing to consider patches (or detailed strategies to fix this). If you ca provide a way to fix this, please re-open this bug. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
