fix from encoding broken by r35535.
authorRaimond Spekking <raymond@users.mediawiki.org>
Thu, 29 May 2008 10:10:49 +0000 (10:10 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Thu, 29 May 2008 10:10:49 +0000 (10:10 +0000)
includes/DefaultSettings.php

index e062919..f47383f 100644 (file)
@@ -263,7 +263,7 @@ $wgUrlProtocols = array(
        'ftp://',
        'irc://',
        'gopher://',
-       'telnet://', // Well if we're going to support the above.. -Ä\82¦var
+       'telnet://', // Well if we're going to support the above.. -ævar
        'nntp://', // @bug 3808 RFC 1738
        'worldwind://',
        'mailto:',
@@ -2396,7 +2396,7 @@ $wgBrowserBlackList = array(
        '/^Mozilla\/4\.[^ ]+ [^(]*?\((?!compatible).*; [UIN]/',
 
        /**
-        * MSIE on Mac OS 9 is teh sux0r, converts Ä\82ľ to <thorn>, Ä\82° to <eth>, Ä\82ž to <THORN> and Ä\82Â\90 to <ETH>
+        * MSIE on Mac OS 9 is teh sux0r, converts Ã¾ to <thorn>, Ã° to <eth>, Ã\9e to <THORN> and Ã\90 to <ETH>
         *
         * Known useragents:
         * - Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC)