r89321 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89320‎ | r89321 | r89322 >
Date:08:17, 2 June 2011
Author:ialex
Status:ok
Tags:
Comment:
Removed obsolete comment that was mentioning $wgInputEncoding and $wgOutputEncoding
Modified paths:
  • /trunk/phase3/languages/Language.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/Language.php
@@ -2237,9 +2237,6 @@
22382238 # For some languages we'll want to explicitly specify
22392239 # which characters make it into the edit box raw
22402240 # or are converted in some way or another.
2241 - # Note that if wgOutputEncoding is different from
2242 - # wgInputEncoding, this text will be further converted
2243 - # to wgOutputEncoding.
22442241 global $wgEditEncoding;
22452242 if ( $wgEditEncoding == '' || $wgEditEncoding == 'UTF-8' ) {
22462243 return $s;

Status & tagging log