diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2008-10-02 23:23:21 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2008-10-02 23:23:21 +0200 |
commit | e90580ee6f97e4be0141679447b0aaec3a0081ea (patch) | |
tree | b29cf8944285f752a576b392502fb850345a13bb /includes/Setup.php | |
parent | 24c464c9ee15b0d204c41fcd212975ebc7864904 (diff) |
Update auf 1.13.2
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" ); } |