Index: trunk/phase3/languages/Language.php |
— | — | @@ -2237,9 +2237,6 @@ |
2238 | 2238 | # For some languages we'll want to explicitly specify |
2239 | 2239 | # which characters make it into the edit box raw |
2240 | 2240 | # 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. |
2244 | 2241 | global $wgEditEncoding; |
2245 | 2242 | if ( $wgEditEncoding == '' || $wgEditEncoding == 'UTF-8' ) { |
2246 | 2243 | return $s; |