Undo some unintended UTF-8 muckups from my last commit.
authorAndrew Garrett <werdna@users.mediawiki.org>
Mon, 10 Sep 2007 09:42:41 +0000 (09:42 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Mon, 10 Sep 2007 09:42:41 +0000 (09:42 +0000)
includes/DefaultSettings.php

index 5479b4d..7376b0b 100644 (file)
@@ -264,7 +264,7 @@ $wgUrlProtocols = array(
        'ftp://',
        'irc://',
        'gopher://',
-       'telnet://', // Well if we're going to support the above.. -Ã\83¦var
+       'telnet://', // Well if we're going to support the above.. -ævar
        'nntp://', // @bug 3808 RFC 1738
        'worldwind://',
        'mailto:',
@@ -2134,7 +2134,7 @@ $wgBrowserBlackList = array(
        '/^Mozilla\/4\.[^ ]+ [^(]*?\((?!compatible).*; [UIN]/',
        
        /**
-        * MSIE on Mac OS 9 is teh sux0r, converts Ã\83¾ to <thorn>, Ã\83° to <eth>, Ã\83ž to <THORN> and Ã\83Â\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)