From 983ff140750decefc4e87fef693ea0d127dce8d9 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 2 Jun 2011 08:17:12 +0000 Subject: [PATCH] Removed obsolete comment that was mentioning $wgInputEncoding and $wgOutputEncoding --- languages/Language.php | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.20.1