more cssification of diff rendering, some " -> ' in diff engine
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index de64d43..193e221 100644 (file)
@@ -97,8 +97,9 @@ $wgLinkCacheMemcached = false; # Not fully tested
 $wgLanguageCode     = 'en';
 $wgLanguageFile     = false; # Filename of a language file generated by dumpMessages.php
 $wgInterwikiMagic      = true; # Treat language links as magic connectors, not inline links
-$wgInputEncoding       = 'ISO-8859-1';
-$wgOutputEncoding      = 'ISO-8859-1';
+$wgInputEncoding       = 'ISO-8859-1'; # LanguageUtf8.php normally overrides this
+$wgOutputEncoding      = 'ISO-8859-1'; # unless you set the next option to true:
+$wgUseLatin1           = false; # Enable ISO-8859-1 compatibility mode
 $wgEditEncoding                = '';
 $wgMimeType                    = 'text/html';
 $wgDocType                     = '-//W3C//DTD XHTML 1.0 Transitional//EN';
@@ -394,4 +395,5 @@ $wgAllowRealName = true;
 
 # Extensions
 $wgExtensionFunctions = array();
+
 ?>