From e90580ee6f97e4be0141679447b0aaec3a0081ea Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 2 Oct 2008 23:23:21 +0200 Subject: Update auf 1.13.2 --- includes/DefaultSettings.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'includes/DefaultSettings.php') diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5b7e7d9d..d1d04a45 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -31,7 +31,7 @@ require_once( "$IP/includes/SiteConfiguration.php" ); $wgConf = new SiteConfiguration; /** MediaWiki version number */ -$wgVersion = '1.13.1'; +$wgVersion = '1.13.2'; /** Name of the site. It must be changed in LocalSettings.php */ $wgSitename = 'MediaWiki'; @@ -777,6 +777,13 @@ $wgInputEncoding = 'UTF-8'; $wgOutputEncoding = 'UTF-8'; $wgEditEncoding = ''; +/** + * Locale for LC_CTYPE, to work around http://bugs.php.net/bug.php?id=45132 + * For Unix-like operating systems, set this to to a locale that has a UTF-8 + * character set. Only the character set is relevant. + */ +$wgShellLocale = 'en_US.utf8'; + /** * Set this to eg 'ISO-8859-1' to perform character set * conversion when loading old revisions not marked with @@ -2281,7 +2288,7 @@ $wgAutoloadClasses = array(); * $wgExtensionCredits[$type][] = array( * 'name' => 'Example extension', * 'version' => 1.9, - * 'svn-revision' => '$LastChangedRevision: 40539 $', + * 'svn-revision' => '$LastChangedRevision: 41545 $', * 'author' => 'Foo Barstein', * 'url' => 'http://wwww.example.com/Example%20Extension/', * 'description' => 'An example extension', -- cgit v1.2.2