[pLog-svn] r5692 - plog/trunk/class/view

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Jul 19 17:14:24 EDT 2007


Author: oscar
Date: 2007-07-19 17:14:24 -0400 (Thu, 19 Jul 2007)
New Revision: 5692

Modified:
   plog/trunk/class/view/view.class.php
Log:
Default character set should be utf-8 nowadays.

Modified: plog/trunk/class/view/view.class.php
===================================================================
--- plog/trunk/class/view/view.class.php	2007-07-19 21:12:40 UTC (rev 5691)
+++ plog/trunk/class/view/view.class.php	2007-07-19 21:14:24 UTC (rev 5692)
@@ -27,7 +27,7 @@
 	/**
 	 * default content-type that is going to be sent in HTTP headers
 	 */
-	define( "DEFAULT_VIEW_CHARSET", "iso-8859-1" );
+	define( "DEFAULT_VIEW_CHARSET", "utf-8" );
 	
 	/**
 	 * default page where we should start if the "page" parameter is not



More information about the pLog-svn mailing list