From: Alexandre Emsenhuber Date: Thu, 2 Jun 2011 08:17:12 +0000 (+0000) Subject: Removed obsolete comment that was mentioning $wgInputEncoding and $wgOutputEncoding X-Git-Tag: 1.31.0-rc.0~29781 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=983ff140750decefc4e87fef693ea0d127dce8d9;p=lhc%2Fweb%2Fwiklou.git Removed obsolete comment that was mentioning $wgInputEncoding and $wgOutputEncoding --- diff --git a/languages/Language.php b/languages/Language.php index 0429890cfc..15c12b2ffb 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -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;