diff options
Diffstat (limited to 'includes/Setup.php')
-rw-r--r-- | includes/Setup.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/includes/Setup.php b/includes/Setup.php index 877ea766..36c4d965 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -113,14 +113,6 @@ if ( $wgUseSharedUploads ) { ); } } - -/** - * Workaround for http://bugs.php.net/bug.php?id=45132 - * escapeshellarg() destroys non-ASCII characters if LANG is not a UTF-8 locale - */ -putenv( 'LC_CTYPE=en_US.UTF-8' ); -setlocale( LC_CTYPE, 'en_US.UTF-8' ); - if ( !class_exists( 'AutoLoader' ) ) { require_once( "$IP/includes/AutoLoader.php" ); } |