[www] r967 - trunk/svn.matroska.org/WebSVN/include
[email protected] Wed, 3 Aug 2005 02:52:32 +0400 (MSD)
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2005-08-03 02:52:28 +0400 (Wed, 03 Aug 2005)
New Revision: 967
Modified:
trunk/svn.matroska.org/WebSVN/include/config.inc
Log:
WebSVN: turn off caching, try to fix UTF-8 output
Modified: trunk/svn.matroska.org/WebSVN/include/config.inc
===================================================================
--- trunk/svn.matroska.org/WebSVN/include/config.inc 2005-08-02 22:50:12 UTC (rev 966)
+++ trunk/svn.matroska.org/WebSVN/include/config.inc 2005-08-02 22:52:28 UTC (rev 967)
@@ -97,7 +97,7 @@
// $config->setInputEncoding("iso-8859-1"); // Encoding of log messages returned by svnlook on your system
// $config->setOutputEncoding("iso-8859-1"); // Encoding of resulting web page
-$config->setOutputEncoding("utf8"); // Encoding of resulting web page
+$config->setOutputEncoding("utf-8"); // Encoding of resulting web page
// Note for Windows users: To enable iconv you'll need to enable the extension in your php.ini file
// AND copy iconv.dll (not php_iconv.dll) to your Windows system folder. In most cases the correct
@@ -225,7 +225,7 @@
set_time_limit(0);
// Comment this line to turn off caching of repo information. This will slow down your browsing.
-$config->setCachingOn();
+//$config->setCachingOn();
// Number of spaces to expand tabs to in diff/listing view across all repositories