I have make some additional tests: This works fine: <html><a href="file://folderA\Preisübersicht\">Preisübersicht</a><html> (so the problem is not within the mysql Database), the generated code by the page is: <a class="external text" href="file:///FolderABC\Preisübersicht\" rel="nofollow"> Preisübersicht</a>
Doesn't work: [file:///folderAB\Preisübersicht\ Preisübersicht] The code generated by the preview function is: <a class="external text" href="file:///folderABC\Preisübersicht\" rel="nofollow">Preisübersicht</a> The code generated by the "normal" page is: <a class="external text" href="file:///folderABC%5CPreis%C3%BCbersicht%5C" rel="nofollow">Preisübersicht</a> this is wrong, the code %C§ + %BC are à + ¼ -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Ramm Thomas Sent: Thursday, January 23, 2014 2:07 PM To: '[email protected]' Subject: [MediaWiki-l] Problem with Encoding only in external links Hi, i have the following Problem after Upgrading my Wiki to 1.21: when I add a Link to an external destination containing german “umlaute” then the link doesn’t work if I save the page. In preview-mode everything works correct, only after saving the page the link is broken. The Link showing in the text looks ok, it shows me: /Preisübersicht but the link behind the text is broken: /Preisübersicht/ If I make a internal link to a page with “umlaute”, it works too. Software Version MediaWiki 1.21.3 PHP 5.3.27 (cgi-fcgi) MySQL 5.1.42-community Any Ideas? Thomas Ramm _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
