[www] r971 - trunk/svn.matroska.org/WebSVN/include
[email protected] Wed, 3 Aug 2005 02:58:40 +0400 (MSD)
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2005-08-03 02:58:36 +0400 (Wed, 03 Aug 2005)
New Revision: 971
Modified:
trunk/svn.matroska.org/WebSVN/include/config.inc
Log:
WebSVN: try with no encoding (Unicode)
Modified: trunk/svn.matroska.org/WebSVN/include/config.inc
===================================================================
--- trunk/svn.matroska.org/WebSVN/include/config.inc 2005-08-02 22:57:17 UTC (rev 970)
+++ trunk/svn.matroska.org/WebSVN/include/config.inc 2005-08-02 22:58:36 UTC (rev 971)
@@ -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("utf-8"); // Encoding of resulting web page
+//$config->setOutputEncoding("utf8"); // 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