http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89321

Revision: 89321
Author:   ialex
Date:     2011-06-02 08:17:12 +0000 (Thu, 02 Jun 2011)
Log Message:
-----------
Removed obsolete comment that was mentioning $wgInputEncoding and 
$wgOutputEncoding

Modified Paths:
--------------
    trunk/phase3/languages/Language.php

Modified: trunk/phase3/languages/Language.php
===================================================================
--- trunk/phase3/languages/Language.php 2011-06-02 04:40:39 UTC (rev 89320)
+++ trunk/phase3/languages/Language.php 2011-06-02 08:17:12 UTC (rev 89321)
@@ -2237,9 +2237,6 @@
                # 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;


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to