Index: trunk/phase3/includes/Revision.php |
— | — | @@ -611,7 +611,7 @@ |
612 | 612 | # Old revisions kept around in a legacy encoding? |
613 | 613 | # Upconvert on demand. |
614 | 614 | global $wgInputEncoding, $wgContLang; |
615 | | - $text = $wgContLang->iconv( $wgLegacyEncoding, $wgInputEncoding . '//IGNORE', $text ); |
| 615 | + $text = $wgContLang->iconv( $wgLegacyEncoding, $wgInputEncoding, $text ); |
616 | 616 | } |
617 | 617 | } |
618 | 618 | wfProfileOut( $fname ); |