Removed obsolete comment that was mentioning $wgInputEncoding and $wgOutputEncoding
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 2 Jun 2011 08:17:12 +0000 (08:17 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 2 Jun 2011 08:17:12 +0000 (08:17 +0000)
languages/Language.php

index 0429890..15c12b2 100644 (file)
@@ -2237,9 +2237,6 @@ class Language {
                # For some languages we'll want to explicitly specify
                # which characters make it into the edit box raw
                # or are converted in some way or another.
-               # Note that if wgOutputEncoding is different from
-               # wgInputEncoding, this text will be further converted
-               # to wgOutputEncoding.
                global $wgEditEncoding;
                if ( $wgEditEncoding == '' || $wgEditEncoding == 'UTF-8' ) {
                        return $s;