[pLog-svn] r823 - plog/trunk/class/locale

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Jan 24 22:02:02 GMT 2005


Author: oscar
Date: 2005-01-24 22:02:01 +0000 (Mon, 24 Jan 2005)
New Revision: 823

Modified:
   plog/trunk/class/locale/locale.class.php
Log:
added a missing "define" with the default encoding

Modified: plog/trunk/class/locale/locale.class.php
===================================================================
--- plog/trunk/class/locale/locale.class.php	2005-01-24 16:31:02 UTC (rev 822)
+++ plog/trunk/class/locale/locale.class.php	2005-01-24 22:02:01 UTC (rev 823)
@@ -13,6 +13,11 @@
 	 * default locale format that will be used if none available
 	 */
 	define( "DEFAULT_LOCALE_FORMAT", "%d/%m/%Y %H:%M" );
+	
+	/**
+	 * default encoding if the locale does not specify one
+	 */
+	define( "DEFAULT_ENCODING", "iso-8859-1" );
 
     /**
      * Class used to localize messages and things such as dates and numbers.




More information about the pLog-svn mailing list